FROM alpine:3.20.3 RUN apk update && apk upgrade RUN apk add clang cmake linux-headers RUN apk add lldb RUN apk add make RUN apk add gdb