Skip to content

Commit 6f40dc4

Browse files
committed
Fix iptables symlinks
1 parent 2cffcd7 commit 6f40dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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

+1-1
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)