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 # 设置时区