浏览代码

调整

develop
H Vs 2 个月前
父节点
当前提交
660a632278
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docker/Dockerfile.latest

+ 1
- 1
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}



正在加载...
取消
保存