From 2fd48e7b5a9102167f18bd293d50b00458e47e75 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 6 Jun 2019 07:23:50 +0800 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b512f630..3c06a648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN ln -s /usr/bin/python3 /usr/local/bin/python # install backend RUN pip install -U setuptools -RUN pip install -r /opt/crawlab/crawlab/requirements.txt +RUN pip install -r /opt/crawlab/crawlab/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # install nvm RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash