Skip to content

Commit

Permalink
build/alpine: install iptables-legacy
Browse files Browse the repository at this point in the history
It is required to C/R iptables rules.

Fixes checkpoint-restore#2313

Signed-off-by: Andrei Vagin <[email protected]>
  • Loading branch information
avagin committed Dec 30, 2023
1 parent 50aa6da commit 28ba942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN make mrproper && date && make -j $(nproc) CC="$CC" && date
RUN apk add \
ip6tables \
iptables \
iptables-legacy \
nftables \
iproute2 \
tar \
Expand Down

0 comments on commit 28ba942

Please sign in to comment.