This commit is contained in:
parent
16cc86d6a0
commit
de61cc53b4
|
@ -4,6 +4,7 @@ RUN apt-get update
|
|||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q python-all python-pip
|
||||
ADD ./webapp/requirements.txt /tmp/requirements.txt
|
||||
RUN pip install -qr /tmp/requirements.txt
|
||||
RUN pip install python-tk
|
||||
ADD ./webapp /opt/webapp/
|
||||
WORKDIR /opt/webapp
|
||||
EXPOSE 5000
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
Flask
|
||||
turtle
|
||||
datetime
|
||||
python-tk
|
||||
Jinja2
|
||||
Werkzeug
|
||||
distribute
|
||||
|
|
Loading…
Reference in New Issue