From 593ad9ecd564f4d9b68382877b1e936df001edce Mon Sep 17 00:00:00 2001 From: gqh Date: Wed, 15 Mar 2023 10:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95devops?= 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 de64f4d3..8f3d49e7 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 --upgrade setuptools #RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple