We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a3e4b commit 0e6e4e5Copy full SHA for 0e6e4e5
docker/init_release.sh
@@ -8,7 +8,11 @@ if [[ $CN == "yes" ]]; then
8
export GOPROXY=https://goproxy.cn
9
fi
10
11
-apk add --no-cache bash iptables iproute2 tzdata
+#兼容老版 iptables
12
+apk add --no-cache iptables iptables-legacy
13
+rm /sbin/iptables && ln -s /sbin/iptables-legacy /sbin/iptables
14
+
15
+apk add --no-cache ca-certificates bash iproute2 tzdata
16
chmod +x /app/docker_entrypoint.sh
17
mkdir /app/log
18
version
@@ -1 +1 @@
1
-0.11.1
+0.11.2
0 commit comments