We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b07e42d + 1121ce4 commit 42a6ef9Copy full SHA for 42a6ef9
docker/heplify/Dockerfile
@@ -13,5 +13,5 @@ FROM alpine:3.19
13
RUN apk --no-cache add ca-certificates tzdata libcap
14
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
15
COPY --from=builder /heplify/heplify .
16
-RUN /usr/sbin/setcap cap_net_raw,cap_net_admin=eip heplify
+RUN /usr/sbin/setcap cap_bpf,cap_net_raw,cap_net_admin=eip heplify
17
CMD ["./heplify", "-h"]
0 commit comments