From 8a1c5f3397e1bf204f991d29ced008261460bda6 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 2 Aug 2021 18:41:31 +0800 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 232e7ee7..d0668687 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==0.6.b20210729_1634 +RUN pip install scrapy pymongo bs4 requests RUN pip install crawlab-sdk==0.6.b20210729-1634 # add files