mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
improved compatibility with crawlab-sdk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user