Skip to content

Commit a344269

Browse files
committed
Added iptables-legacy to installed packages
1 parent 5327026 commit a344269

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache \
1717
fail2ban \
18+
iptables-legacy \
1819
logrotate \
1920
msmtp \
2021
nftables \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache \
1717
fail2ban \
18+
iptables-legacy \
1819
logrotate \
1920
msmtp \
2021
nftables \

0 commit comments

Comments
 (0)