update docker, and requirerements

This commit is contained in:
2019-10-11 10:11:42 +03:00
parent 0f16ecbcd9
commit c1b4ee8a23
2 changed files with 5 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
FROM alpine:3.5
FROM alpine:3.10
RUN apk add --update \
tzdata \
python3 \
python3-dev \
py3-pip \
build-base \
libmagic
libmagic \
curl
RUN curl https://bootstrap.pypa.io/get-pip.py | python3
COPY docker-requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
COPY static /code/static

View File

@@ -1,4 +1,5 @@
tabulate
flask
#pycrypto
requests
python-dateutil