diff Dockerfile @ 30:e86642cf7393

style and requirements.txt cleanup
author drewp@bigasterisk.com
date Sun, 12 Jul 2020 13:33:54 -0700
parents 890584020372
children b82432594778
line wrap: on
line diff
--- a/Dockerfile	Sun Jul 12 13:17:13 2020 -0700
+++ b/Dockerfile	Sun Jul 12 13:33:54 2020 -0700
@@ -6,24 +6,7 @@
 
 COPY requirements.txt ./
 
-RUN pip3 install 'BeautifulSoup4'
-RUN pip3 install 'CherryPy==3.2.2'
-RUN pip3 install 'argparse==1.2.1'
-RUN pip3 install 'bottle==0.11.6'
-RUN pip3 install 'cssselect==0.7.1'
-RUN pip3 install 'gunicorn==0.17.2'
-RUN pip3 install 'http-parser==0.8.1'
-RUN pip3 install 'pymongo==2.4.2'
-RUN pip3 install 'pystache==0.5.3'
-RUN pip3 install 'python-dateutil'
-RUN pip3 install 'six'
-RUN pip3 install 'pyjade==4.0.0'
-RUN pip3 install 'lxml==4.5.2'
-RUN pip3 install 'requests==2.24.0'
-
-
 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt
-RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3'
 
 COPY *.py run ./
 COPY static static/