Skip to content

Commit 5d1fb17

Browse files
authored
Merge pull request #26 from dustinwilson/main
Added iptables-legacy to installed packages
2 parents efa320b + a344269 commit 5d1fb17

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)