修改dockerfile

This commit is contained in:
whyour 2022-07-31 15:22:17 +08:00
parent 15fc6f975c
commit 830865ff77

View File

@ -34,6 +34,7 @@ RUN set -x \
openssh \
py3-pip \
&& rm -rf /var/cache/apk/* \
&& apk update \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& git config --global user.email "qinglong@@users.noreply.github.com" \