Update Dockerfile

This commit is contained in:
Artur Petrov 2019-09-10 13:30:38 +04:00 committed by GitHub
parent b8fa7e6d52
commit 9d3f11ca35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ git clone https://github.com/SystemRage/py-kms.git /home/py-kms && \
git clone https://github.com/coleifer/sqlite-web.git /tmp/sqlite_web && \ git clone https://github.com/coleifer/sqlite-web.git /tmp/sqlite_web && \
mv /tmp/sqlite_web/sqlite_web /home/ && \ mv /tmp/sqlite_web/sqlite_web /home/ && \
rm -rf /tmp/sqlite_web && \ rm -rf /tmp/sqlite_web && \
pip3 install peewee tzlocal pysqlite3 && \ pip3 install peewee tzlocal pysqlite3 flask && \
# EN: Change permissions # EN: Change permissions
# RU: Меняем права доступа # RU: Меняем права доступа