From a7e7fbc4bba79312b0f884a5f64936da169933af Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 2 Aug 2021 18:32:14 +0800 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- Dockerfile.cn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a682264f..3356998f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ 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 +RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634 # add files COPY ./backend/conf /app/backend/conf diff --git a/Dockerfile.cn b/Dockerfile.cn index f99f66ea..299e446b 100644 --- a/Dockerfile.cn +++ b/Dockerfile.cn @@ -43,7 +43,7 @@ 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 -i https://mirrors.aliyun.com/pypi/simple +RUN pip install scrapy pymongo bs4 requests crawlab-sdk==0.6.b20210729_1634 -i https://mirrors.aliyun.com/pypi/simple # add files COPY ./backend/conf /app/backend/conf