update docker, and requirerements
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
FROM alpine:3.5
|
FROM alpine:3.10
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
tzdata \
|
tzdata \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip \
|
|
||||||
build-base \
|
build-base \
|
||||||
libmagic
|
libmagic \
|
||||||
|
curl
|
||||||
|
RUN curl https://bootstrap.pypa.io/get-pip.py | python3
|
||||||
COPY docker-requirements.txt /requirements.txt
|
COPY docker-requirements.txt /requirements.txt
|
||||||
RUN pip3 install -r /requirements.txt
|
RUN pip3 install -r /requirements.txt
|
||||||
COPY static /code/static
|
COPY static /code/static
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
tabulate
|
tabulate
|
||||||
|
flask
|
||||||
#pycrypto
|
#pycrypto
|
||||||
requests
|
requests
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
|||||||
Reference in New Issue
Block a user