mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
@@ -43,7 +43,8 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd
|
|||||||
&& cp weed /usr/local/bin
|
&& cp weed /usr/local/bin
|
||||||
|
|
||||||
# install backend
|
# install backend
|
||||||
RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634
|
RUN pip install scrapy pymongo bs4 requests
|
||||||
|
RUN pip install crawlab-sdk==0.6.b20210729-1634
|
||||||
|
|
||||||
# add files
|
# add files
|
||||||
COPY ./backend/conf /app/backend/conf
|
COPY ./backend/conf /app/backend/conf
|
||||||
|
|||||||
@@ -43,7 +43,8 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd
|
|||||||
&& cp weed /usr/local/bin
|
&& cp weed /usr/local/bin
|
||||||
|
|
||||||
# install backend
|
# install backend
|
||||||
RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634 -i https://mirrors.aliyun.com/pypi/simple
|
RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple
|
||||||
|
RUN pip install crawlab-sdk==0.6.b20210729-1634
|
||||||
|
|
||||||
# add files
|
# add files
|
||||||
COPY ./backend/conf /app/backend/conf
|
COPY ./backend/conf /app/backend/conf
|
||||||
|
|||||||
Reference in New Issue
Block a user