Skip to content

Commit d10ab4e

Browse files
authored
Merge pull request #377 from linuxserver/iptables-links
Fix iptables symlinks
2 parents 2cffcd7 + 6f40dc4 commit d10ab4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN \
3131
openresolv \
3232
wireguard-tools==${WIREGUARD_RELEASE} && \
3333
echo "wireguard" >> /etc/modules && \
34-
cd /sbin && \
34+
cd /usr/sbin && \
3535
for i in ! !-save !-restore; do \
3636
rm -rf iptables$(echo "${i}" | cut -c2-) && \
3737
rm -rf ip6tables$(echo "${i}" | cut -c2-) && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN \
3131
openresolv \
3232
wireguard-tools==${WIREGUARD_RELEASE} && \
3333
echo "wireguard" >> /etc/modules && \
34-
cd /sbin && \
34+
cd /usr/sbin && \
3535
for i in ! !-save !-restore; do \
3636
rm -rf iptables$(echo "${i}" | cut -c2-) && \
3737
rm -rf ip6tables$(echo "${i}" | cut -c2-) && \

0 commit comments

Comments
 (0)