From 1185aa5428d4b808b6daa0d595bd8641b77a29d7 Mon Sep 17 00:00:00 2001 From: gqh Date: Wed, 15 Mar 2023 09:50:08 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 942554ae..de64f4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN apt-get update # 更新python的依赖 RUN pip3 install --upgrade pip -RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple +#RUN pip3 install --upgrade setuptools +#RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple # 设置时区 RUN rm -rf /etc/localtime