We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cffcd7 commit 6f40dc4Copy full SHA for 6f40dc4
Dockerfile
@@ -31,7 +31,7 @@ RUN \
31
openresolv \
32
wireguard-tools==${WIREGUARD_RELEASE} && \
33
echo "wireguard" >> /etc/modules && \
34
- cd /sbin && \
+ cd /usr/sbin && \
35
for i in ! !-save !-restore; do \
36
rm -rf iptables$(echo "${i}" | cut -c2-) && \
37
rm -rf ip6tables$(echo "${i}" | cut -c2-) && \
Dockerfile.aarch64
0 commit comments