updated dockerfile

This commit is contained in:
Marvin Zhang
2021-12-24 17:49:15 +08:00
parent 8cce59010b
commit 3ce4f54719
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux
# install backend
RUN pip install scrapy pymongo bs4 requests
RUN pip install crawlab-sdk==0.6.b20211213-2123
RUN pip install crawlab-sdk==0.6.b20211224-1500
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux
# install backend
RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple
RUN pip install crawlab-sdk==0.6.b20211213-2123
RUN pip install crawlab-sdk==0.6.b20211224-1500
# add files
COPY ./backend/conf /app/backend/conf

View File

@@ -49,7 +49,7 @@ RUN wget https://github.com/crawlab-team/resources/raw/main/seaweedfs/2.79/linux
# install backend
RUN pip install scrapy pymongo bs4 requests -i https://mirrors.aliyun.com/pypi/simple
RUN pip install crawlab-sdk==0.6.b20211213-2123
RUN pip install crawlab-sdk==0.6.b20211224-1500
# add files
COPY ./backend/conf /app/backend/conf