File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
images/build/distroless-iptables Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ RUN apt -y update && \
2727 apt -y dist-upgrade && \
2828 apt -y install bash curl && \
2929 mkdir -p "${STAGE_DIR}" && \
30- /stage-binaries-from-package.sh "${STAGE_DIR}" conntrack \
31- ipset \
30+ /stage-binaries-from-package.sh "${STAGE_DIR}" ipset \
3231 iptables \
3332 nftables \
3433 kmod && \
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ RUN apt -y update && \
2727 apt -y dist-upgrade && \
2828 apt -y install bash curl && \
2929 mkdir -p "${STAGE_DIR}" && \
30- /stage-binaries-from-package.sh "${STAGE_DIR}" conntrack \
31- ipset \
30+ /stage-binaries-from-package.sh "${STAGE_DIR}" ipset \
3231 iptables \
3332 kmod && \
3433 `# below binaries and dash are used by iptables-wrapper-installer.sh` \
You can’t perform that action at this time.
0 commit comments