mirror of
https://github.com/11notes/docker-kms.git
synced 2025-10-23 04:52:15 +00:00
add tzlocal
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
mkdir -p ${APP_ROOT}/var; \
|
||||
touch /var/log/kms.log; \
|
||||
ln -sf /dev/stdout /var/log/kms.log; \
|
||||
pip3 install --no-cache-dir tzlocal pytz pysqlite3 --break-system-packages; \
|
||||
pip3 install --no-cache-dir tzlocal --break-system-packages; \
|
||||
apk del --no-network .build;
|
||||
|
||||
# :: copy filesystem changes and set correct permissions
|
||||
|
Reference in New Issue
Block a user