Add iptables-legacy and fall back to it if the normal iptables command doesn't work. Fixes #476

This commit is contained in:
Ainsley Pereira
2024-07-01 17:28:48 +01:00
parent 77accb3762
commit 625b11d21c
3 changed files with 11 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ RUN \
apk add --no-cache \
fail2ban \
gnupg \
iptables-legacy \
memcached \
nginx-mod-http-brotli \
nginx-mod-http-dav-ext \