From a7ae000428d02e58a195d09bd632ec11743f455f Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 22 Jun 2019 11:45:20 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5622fb0d..3b07591d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,8 @@ RUN npm install -g yarn \ && yarn install # install backend -RUN pip install -U setuptools \ - && pip install -r /opt/crawlab/crawlab/requirements.txt +RUN pip install -U setuptools -i https://pypi.tuna.tsinghua.edu.cn/simple \ + && pip install -r /opt/crawlab/crawlab/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # start backend EXPOSE 8080