From 9199ad371f60ac623a5b9bd0b222619ef1b370bd Mon Sep 17 00:00:00 2001 From: root <549056087@qq.com> Date: Tue, 30 May 2023 11:50:25 +0000 Subject: [PATCH] update Dockerfile. Signed-off-by: root <549056087@qq.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 821a8e5..556eded 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe && apt-get clean && rm -rf /var/lib/apt/lists/* -RUN curl -s https://install.zerotier.com | bash \ +RUN curl https://install.zerotier.com/ | sed 's,download.zerotier.com/,mirrors.sustech.edu.cn/zerotier/,g' | bash \ && cd /opt && git clone -v https://gitee.com/OnlyVersion/ztncui.git --depth 1 \ && cd /opt && git clone -v https://gitee.com/OnlyVersion/ZeroTierOne.git --depth 1 \ && cd /opt/ztncui/src \ -- Gitee