replace ip6tables legacy with ip6tables-nft due to missing kernel module

This commit is contained in:
drizuid
2021-12-21 14:40:37 -05:00
parent 682689d0fc
commit e843b50fc8
6 changed files with 68 additions and 38 deletions

View File

@@ -131,6 +131,11 @@ RUN \
certbot-plugin-gandi \
cryptography \
requests && \
echo "**** correct ip6tables legacy issue ****" && \
rm \
/sbin/ip6tables && \
ln -s \
/sbin/ip6tables-nft /sbin/ip6tables && \
echo "**** remove unnecessary fail2ban filters ****" && \
rm \
/etc/fail2ban/jail.d/alpine-ssh.conf && \