Update DockerfileGithubAction

This commit is contained in:
Jinnrry 2024-07-20 11:32:46 +08:00 committed by GitHub
parent 37fbbe50ea
commit 5e38850748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ FROM alpine
WORKDIR /work
# 设置时区
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk add --no-cache tzdata \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \