소스 검색

调整

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}



Loading…
취소
저장