mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-22 19:25:25 -04:00
Fix pytz and time localization
This commit is contained in:
parent
5de292e12a
commit
4a7376f17b
5 changed files with 10 additions and 5 deletions
|
@ -26,7 +26,7 @@ RUN apk add --no-cache --update \
|
|||
sqlite-libs \
|
||||
py3-pip \
|
||||
build-base python3-dev && \
|
||||
pip3 install peewee tzlocal && \
|
||||
pip3 install peewee tzlocal pytz && \
|
||||
apk del git build-base python3-dev
|
||||
|
||||
WORKDIR /home/py-kms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue