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

FROM debian
RUN apt-get update ; apt-get -y upgrade ; \
apt-get -y install python3 python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf python3-pymysql python3-requests python3-bs4 phantomjs ; \
rm -rf /var/lib/apt/lists/*