feat: set TZ
All checks were successful
push / build (push) Successful in 2m49s

This commit is contained in:
张泊明518370910136 2024-09-30 05:03:40 -04:00
parent 9087c3fa24
commit 35857637d3
GPG Key ID: CA088E6D9284F870

View File

@ -1,5 +1,7 @@
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest-slim
ENV TZ="Asia/Shanghai"
RUN apt-get update && \
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git openssh-client && \
apt-get clean && \