From 2db25834459ba5104f8ec26596ae7a9d12aa5ef5 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Sat, 19 Feb 2022 12:56:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4decc24..7fc6f33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re npm config set registry http://registry.npm.taobao.org &&\ # 安装ztncui - cd /opt && git clone https://github.com.cnpmjs.org/key-networks/ztncui.git &&\ + cd /opt && git clone https://github.91chi.fun/https://github.com/key-networks/ztncui.git &&\ cd ztncui/src && npm install -g node-gyp && npm install &&\ cp -pv ./etc/default.passwd ./etc/passwd &&\ echo 'HTTP_PORT=3443' > .env&&\ @@ -22,7 +22,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re # 添加补丁 cd /opt && \ - git clone https://github.com.cnpmjs.org/zerotier/ZeroTierOne.git && \ + git clone https://github.91chi.fun/https://github.com/zerotier/ZeroTierOne.git && \ cd /var/lib/zerotier-one && \ zerotier-idtool generate identity.public identity.secret &&\