Skip to content

Commit

Permalink
Merge pull request #377 from linuxserver/iptables-links
Browse files Browse the repository at this point in the history
Fix iptables symlinks
  • Loading branch information
drizuid authored Jan 20, 2025
2 parents 2cffcd7 + 6f40dc4 commit d10ab4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-) && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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-) && \
Expand Down

0 comments on commit d10ab4e

Please sign in to comment.