updated added splash support

This commit is contained in:
marvzhang
2020-01-30 11:29:37 +08:00
parent 10f22aa599
commit aa7e609cae
3 changed files with 7 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ RUN chmod 777 /tmp \
&& ln -s /usr/bin/python3 /usr/local/bin/python
# install backend
RUN pip install scrapy pymongo bs4 requests crawlab-sdk -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install scrapy pymongo bs4 requests crawlab-sdk scrapy-splash -i https://pypi.tuna.tsinghua.edu.cn/simple
# add files
ADD . /app