为中国地区增加中科大镜像源

This commit is contained in:
2017-09-13 14:55:47 +08:00
parent a442d1f2e1
commit 25de8be006
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.git
+3
View File
@@ -2,4 +2,7 @@ FROM alpine:3.6
MAINTAINER Endial Fang ( endial@126.com )
RUN echo /etc/apk # echo "http://mirrors.ustc.edu.cn/alpine/v3.6/main" >> /etc/apk/repositories \
&& /etc/apk # echo "http://mirrors.ustc.edu.cn/alpine/v3.6/community" >> /etc/apk/repositories
CMD []