From b9b22632fffda53f4a3c869c6da8c35cc5f76b4b Mon Sep 17 00:00:00 2001 From: gqh Date: Tue, 14 Mar 2023 17:23:29 +0800 Subject: [PATCH] =?UTF-8?q?devops=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f3e7869..942554ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update # RUN apt-get do-release-upgrade # 更新python的依赖 -#RUN pip3 install --upgrade pip +RUN pip3 install --upgrade pip RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple # 设置时区