Skip to content

Commit

Permalink
Merge pull request moby#4650 from tonistiigi/add-iptables
Browse files Browse the repository at this point in the history
make sure iptables installed in release image
  • Loading branch information
tonistiigi authored Feb 15, 2024
2 parents a955c96 + ab2ed73 commit 331b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 331b5d5

Please sign in to comment.