Skip to content

Commit

Permalink
Install iptables-legacy package
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <mbuil@suse.com>
  • Loading branch information
manuelbuil committed Feb 22, 2024
1 parent f2b6873 commit a7c4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM alpine:3.19
ARG BUILDDATE
LABEL buildDate=$BUILDDATE
RUN apk --no-cache upgrade && \
apk add -U --no-cache iptables ip6tables nftables
apk add -U --no-cache iptables ip6tables nftables iptables-legacy
COPY entry /usr/bin/
CMD ["entry"]

0 comments on commit a7c4ea4

Please sign in to comment.