mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-15 07:34:49 -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
|
@ -29,7 +29,7 @@ RUN apk add --no-cache --update \
|
|||
git clone https://github.com/coleifer/sqlite-web.git /tmp/sqlite_web && \
|
||||
mv /tmp/sqlite_web/sqlite_web /home/ && \
|
||||
rm -rf /tmp/sqlite_web && \
|
||||
pip3 install peewee tzlocal pysqlite3 && \
|
||||
pip3 install peewee tzlocal pytz pysqlite3 && \
|
||||
chmod a+x /usr/bin/start.sh && \
|
||||
apk del git build-base python3-dev
|
||||
|
||||
|
|
0
docker/docker-py3-kms/start.sh
Normal file → Executable file
0
docker/docker-py3-kms/start.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue