From 9a186c5856a03ddcf323e55da729949095c4bb3c Mon Sep 17 00:00:00 2001 From: Markxu <51899048+xubiaolin@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:08:37 +0800 Subject: [PATCH] Update Dockerfile 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 79e0df7..4290b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe RUN curl -s https://install.zerotier.com | bash \ - && cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/key-networks/ztncui.git --depth 1 \ - && cd /opt && git clone -v http://gh-proxy.markxu.vip/https://github.com/zerotier/ZeroTierOne.git --depth 1 \ + && cd /opt && git clone -v https://ghproxy.com/https://github.com/key-networks/ztncui.git --depth 1 \ + && cd /opt && git clone -v https://ghproxy.com/https://github.com/zerotier/ZeroTierOne.git --depth 1 \ && cd /opt/ztncui/src \ && npm install \ && cp -pv ./etc/default.passwd ./etc/passwd \