FROM alpine:3.17

RUN apk update \
     && apk add --no-cache g++ gdb clang clang-extra-tools cmake make git
