更新dockerfile

This commit is contained in:
whyour
2022-01-08 23:56:45 +08:00
parent 4edbd29b19
commit 160a66af23
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ RUN set -x \
jq \
openssh \
py3-pip \
sqlite \
python2 \
g++ \
make \
&& rm -rf /var/cache/apk/* \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \