Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 24, 2021
1 parent b2631b9 commit 6c1f78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c1f78b

Please sign in to comment.