&&
This commit is contained in:
parent
cec8ba7ad1
commit
abae1e04b4
@ -1,6 +1,6 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
|
|
||||||
RUN apt-get update ; apt-get -y upgrade && \
|
RUN apt-get update && apt-get -y upgrade && \
|
||||||
apt-get -y install python3 python3-pip \
|
apt-get -y install python3 python3-pip \
|
||||||
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \
|
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \
|
||||||
python3-pymysql python3-requests python3-bs4 python3-dotenv && \
|
python3-pymysql python3-requests python3-bs4 python3-dotenv && \
|
||||||
|
Reference in New Issue
Block a user