mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-12 19:58:56 +00:00
Dockerfile使用官方源
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user