mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-06 00:45:21 +00:00
Dockerfile使用官方源
This commit is contained in:
parent
2d5ab5ae9b
commit
3e28685731
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user