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

9 lines
378 B
Docker

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