FROM alpine:3.14 RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev go linux-headers WORKDIR /mizu