This commit is contained in:
手瓜一十雪 2024-10-22 18:15:51 +08:00 committed by GitHub
parent 7d2a5d20b0
commit 0aad81753e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ RUN apt-get update && apt-get install -y \
dbus-user-session \
curl \
jq \
gosu \
tzdata && \
echo "${TZ}" > /etc/timezone && \
ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \