Parcourir la source

调整

develop
H Vs il y a 2 mois
Parent
révision
660a632278
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docker/Dockerfile.latest

+ 1
- 1
docker/Dockerfile.latest Voir le fichier

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



Chargement…
Annuler
Enregistrer