improved compatibility with crawlab-sdk

This commit is contained in:
marvzhang
2020-01-13 12:32:06 +08:00
parent e137bf4773
commit 746abbdc04
3 changed files with 16 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ RUN apt-get update \
&& ln -s /usr/bin/python3 /usr/local/bin/python
# install backend
RUN pip install scrapy pymongo bs4 requests
RUN pip install scrapy pymongo bs4 requests crawlab-sdk
# add files
ADD . /app