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