mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
Update Dockerfile
修改镜像地址
This commit is contained in:
parent
38ea26340d
commit
9a186c5856
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user