From 35857637d33c94ff9c4fd93c8dc7e4702d858653 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Mon, 30 Sep 2024 05:03:40 -0400 Subject: [PATCH] feat: set TZ --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 715a280..51b2f99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \