From fb388381fd943b7869fbeaab212dd6fb922cf8ce Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 2 Aug 2021 18:40:45 +0800 Subject: [PATCH] updated dockerfile --- Dockerfile | 1 + Dockerfile.cn | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3356998f..232e7ee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd # install backend RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634 +RUN pip install crawlab-sdk==0.6.b20210729-1634 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.cn b/Dockerfile.cn index 299e446b..b7a7bf4b 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -43,7 +43,8 @@ RUN wget https://github.com/chrislusf/seaweedfs/releases/download/2.59/linux_amd && cp weed /usr/local/bin # 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 COPY ./backend/conf /app/backend/conf