~修复docker相关bug

This commit is contained in:
juewuy
2026-02-08 18:25:47 +08:00
parent fc1c3c4415
commit 053f05d394
3 changed files with 4 additions and 3 deletions

View File

@@ -57,8 +57,7 @@ RUN apk add --no-cache \
ca-certificates \
tzdata \
nftables \
iproute2 \
dcron
iproute2
RUN ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \
echo "${TZ}" > /etc/timezone