From 6d2e9ed8b8fda3bde5d33fa0a8c079e8d3e419ee Mon Sep 17 00:00:00 2001 From: rainerosion <1782832653@qq.com> Date: Sat, 31 Jul 2021 00:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'drone/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/Dockerfile b/drone/Dockerfile index 8d42fe2..5450dba 100644 --- a/drone/Dockerfile +++ b/drone/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest ARG E5SubBotFile ENV TIME_ZONE=Asia/Shanghai -RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update && apk add tzdata \ +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && apk update && apk add tzdata \ && ln -snf /usr/share/zoneinfo/$TIME_ZONE /etc/localtime && echo $TIME_ZONE > /etc/timezone WORKDIR /root ADD ${E5SubBotFile} /root/