fix: 修复TZ环境变量不生效

This commit is contained in:
roukaixin
2025-07-22 20:46:57 +08:00
parent 2f1e55fa1e
commit 1c761f89e5
+1
View File
@@ -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; \