mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-08 11:08:07 +08:00
Fix pytz and time localization
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user