mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#155 set source as 163
This commit is contained in:
parent
fcae7c655e
commit
a10a97199d
5
contact-center/163.source.list
Normal file
5
contact-center/163.source.list
Normal file
@ -0,0 +1,5 @@
|
||||
deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse
|
||||
deb http://mirrors.163.com/ubuntu/ xenial-security main restricted universe multiverse
|
||||
deb http://mirrors.163.com/ubuntu/ xenial-updates main restricted universe multiverse
|
||||
deb http://mirrors.163.com/ubuntu/ xenial-proposed main restricted universe multiverse
|
||||
deb http://mirrors.163.com/ubuntu/ xenial-backports main restricted universe multiverse
|
@ -6,6 +6,8 @@ ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.vcs-url="https://github.com/chatopera/cosin"
|
||||
|
||||
COPY 163.source.list /etc/apt/sources.list
|
||||
|
||||
# Set timezone
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y tzdata && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user