This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/Dockerfile

6 lines
262 B
Docker
Raw Normal View History

2019-11-25 21:52:22 +00:00
FROM debian
RUN apt-get update ; apt-get -y upgrade ; \
2019-11-29 14:04:32 +00:00
apt-get -y install python3 python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf python3-pymysql python3-requests python3-bs4 phantomjs ; \
2019-11-25 21:52:22 +00:00
rm -rf /var/lib/apt/lists/*