diff --git a/Dockerfile b/Dockerfile index 9255279d757f..97fad4566b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -220,7 +220,7 @@ FROM scratch AS release COPY --link --from=releaser /out/ / FROM alpinebase AS buildkit-export -RUN apk add --no-cache fuse3 git openssh pigz xz \ +RUN apk add --no-cache fuse3 git openssh pigz xz iptables ip6tables \ && ln -s fusermount3 /usr/bin/fusermount COPY --link examples/buildctl-daemonless/buildctl-daemonless.sh /usr/bin/ VOLUME /var/lib/buildkit