Skip to content

Commit

Permalink
🐛 修复时区不是东八区的 BUG (#2212)
Browse files Browse the repository at this point in the history
设置 TZ 环境变量需要先装`tzdata`这个包才会生效
  • Loading branch information
li-xunhuan authored Aug 1, 2023
1 parent 09ab216 commit 99e5cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN chmod +x /docker-entrypoint.sh && \
ffmpeg \
coreutils \
shadow \
su-exec && \
su-exec \
tzdata && \
rm -rf /var/cache/apk/* && \
mkdir -p /app && \
mkdir -p /data && \
Expand Down

0 comments on commit 99e5cb6

Please sign in to comment.