Update Dockerfile

This commit is contained in:
Artur Petrov 2019-09-10 11:46:24 +04:00 committed by GitHub
parent 0c45b879c9
commit 4154af8893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/latest-stable/main" >> /etc/a
py3-flask \ py3-flask \
py3-pygments \ py3-pygments \
python3-tkinter \ python3-tkinter \
sqlite \
sqlite-libs \ sqlite-libs \
py3-pip && \ py3-pip \
py-pysqlite && \
# EN: Clone git-repo # EN: Clone git-repo
# RU: Клонирование git-репозитория # RU: Клонирование git-репозитория