updated dockerfile

This commit is contained in:
Marvin Zhang
2021-11-03 21:57:34 +08:00
parent 34b6bbabda
commit 9610888108
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd
# install backend
RUN pip install scrapy pymongo bs4 requests
RUN pip install crawlab-sdk==0.6.b20210729-1634
RUN pip install crawlab-sdk==0.6.b20211024-1207
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd
# install backend
RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple
RUN pip install crawlab-sdk==0.6.b20210729-1634
RUN pip install crawlab-sdk==0.6.b20211024-1207
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -41,7 +41,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.76/linux_amd
# install backend
RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple
RUN pip install crawlab-sdk==0.6.b20210729-1634
RUN pip install crawlab-sdk==0.6.b20211024-1207
# add files
COPY ./backend/conf /app/backend/conf