1
0
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:
Hai Liang Wang 2018-11-16 14:24:30 +08:00
parent fcae7c655e
commit a10a97199d
2 changed files with 7 additions and 0 deletions

View 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

View File

@ -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 && \