updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-06 07:23:50 +08:00
parent cf7e175802
commit 2fd48e7b5a

View File

@@ -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