Skip to content

Commit 976e590

Browse files
committed
add pytz
1 parent bbc70f4 commit 976e590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
mkdir -p ${APP_ROOT}/var; \
6161
ln -sf /dev/stdout /var/log/kms.log; \
6262
pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages; \
63+
pip3 install --no-cache-dir pytz --break-system-packages; \
6364
apk del --no-network .build;
6465

6566
# :: copy filesystem changes and set correct permissions

0 commit comments

Comments
 (0)