Merge pull request #377 from linuxserver/iptables-links

Fix iptables symlinks
This commit is contained in:
driz 2025-01-20 09:45:30 -05:00 committed by GitHub
commit d10ab4eae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ RUN \
openresolv \
wireguard-tools==${WIREGUARD_RELEASE} && \
echo "wireguard" >> /etc/modules && \
cd /sbin && \
cd /usr/sbin && \
for i in ! !-save !-restore; do \
rm -rf iptables$(echo "${i}" | cut -c2-) && \
rm -rf ip6tables$(echo "${i}" | cut -c2-) && \

View File

@ -31,7 +31,7 @@ RUN \
openresolv \
wireguard-tools==${WIREGUARD_RELEASE} && \
echo "wireguard" >> /etc/modules && \
cd /sbin && \
cd /usr/sbin && \
for i in ! !-save !-restore; do \
rm -rf iptables$(echo "${i}" | cut -c2-) && \
rm -rf ip6tables$(echo "${i}" | cut -c2-) && \