mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-02-02 01:38:14 -05:00
feat: 🎸 add slash
This commit is contained in:
parent
6e5701ed19
commit
36079b7af4
20
Dockerfile
20
Dockerfile
@ -4,16 +4,16 @@ ENV TZ=Asia/Shanghai \
|
||||
|
||||
ADD . /app
|
||||
|
||||
RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse" >/etc/apt/sources.list \
|
||||
RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\n \
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse\n\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse\n\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multivers\ne\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\n\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse\n\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\n\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse\n\
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse\n\
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse\n" >/etc/apt/sources.list \
|
||||
&& apt update \
|
||||
&& apt install -y tzdata \
|
||||
&& ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime \
|
||||
|
Loading…
Reference in New Issue
Block a user