Skip to content

Commit

Permalink
Dockerfile使用官方源
Browse files Browse the repository at this point in the history
  • Loading branch information
ledccn committed Jul 28, 2020
1 parent 2d5ab5a commit 3e28685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM arm64v8/alpine
ENV TZ Asia/Shanghai
ENV cron="0 9 * * 0"
RUN set -ex \
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \
# && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \
# && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.cn/' /etc/apk/repositories \
&& apk --update add --no-cache \
tzdata \
Expand Down

0 comments on commit 3e28685

Please sign in to comment.