Skip to content

Commit

Permalink
cskefu#155 set source as 163
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Nov 16, 2018
1 parent fcae7c6 commit a10a971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contact-center/163.source.list
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions contact-center/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a10a971

Please sign in to comment.