mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-07 09:25:22 +00:00
Dockerfile使用官方源
This commit is contained in:
parent
2d5ab5ae9b
commit
3e28685731
@ -4,7 +4,7 @@ FROM arm64v8/alpine
|
|||||||
ENV TZ Asia/Shanghai
|
ENV TZ Asia/Shanghai
|
||||||
ENV cron="0 9 * * 0"
|
ENV cron="0 9 * * 0"
|
||||||
RUN set -ex \
|
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 \
|
# && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.cn/' /etc/apk/repositories \
|
||||||
&& apk --update add --no-cache \
|
&& apk --update add --no-cache \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user