Skip to content

Commit

Permalink
fix(Dockerfile): install iptables-legacy package
Browse files Browse the repository at this point in the history
With Alpine 3.19 the iptables-legacy binary is provided by the iptables-legacy package.

And the ip6tables package is not needed anymore because it is provided by the iptables package.

Signed-off-by: elchenberg <elchenberg@users.noreply.github.com>
  • Loading branch information
elchenberg authored and aauren committed Apr 22, 2024
1 parent 4b011db commit b1cc158
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 @@ -16,7 +16,7 @@ FROM ${RUNTIME_BASE}

RUN apk add --no-cache \
iptables \
ip6tables \
iptables-legacy \
ipset \
iproute2 \
ipvsadm \
Expand Down

0 comments on commit b1cc158

Please sign in to comment.