diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index 08cf2f7..4198747 100644 --- a/docker/Dockerfile.latest +++ b/docker/Dockerfile.latest @@ -27,7 +27,7 @@ RUN apt-get update \ && cd ${BUILD_PREFIX} \ && cp config-template.json config.json \ && /usr/local/bin/python -m pip install --no-cache --upgrade pip \ - && pip install --no-cache -r requirements.txt + && pip install --no-cache -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ WORKDIR ${BUILD_PREFIX}