We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc70f4 commit 976e590Copy full SHA for 976e590
arch.dockerfile
@@ -60,6 +60,7 @@
60
mkdir -p ${APP_ROOT}/var; \
61
ln -sf /dev/stdout /var/log/kms.log; \
62
pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages; \
63
+ pip3 install --no-cache-dir pytz --break-system-packages; \
64
apk del --no-network .build;
65
66
# :: copy filesystem changes and set correct permissions
0 commit comments