From 1c761f89e54a8730b628f304043517ef2d574d06 Mon Sep 17 00:00:00 2001 From: roukaixin Date: Tue, 22 Jul 2025 20:46:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DTZ=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 63c86eee..a663b995 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update -y \ rsync \ ffmpeg \ nano \ + && dpkg-reconfigure --frontend noninteractive tzdata \ && \ if [ "$(uname -m)" = "x86_64" ]; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \ @@ -85,4 +86,4 @@ RUN cp -f /app/docker/nginx.common.conf /etc/nginx/common.conf \ && rm -rf /tmp/* EXPOSE 3000 VOLUME [ "${CONFIG_DIR}" ] -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ]