更新于 07-14 22:59

This commit is contained in:
root
2021-07-14 22:59:13 -04:00
parent 9bba651bd2
commit 6e3c55fb78

View File

@ -15,7 +15,7 @@ WORKDIR $JD_DIR
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
&& apk update -f \ && apk update -f \
&& apk upgrade \ && apk upgrade \
&& apk add --no-cache bash coreutils moreutils git wget curl tzdata perl openssl openssh python3 jq \ && apk add --no-cache bash coreutils moreutils nano git wget curl tzdata perl openssl openssh python3 jq \
&& rm -rf /var/cache/apk/* \ && rm -rf /var/cache/apk/* \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \ && echo "Asia/Shanghai" > /etc/timezone \