测试devops

This commit is contained in:
gqh
2023-03-15 09:50:08 +08:00
parent b9b22632ff
commit 1185aa5428

View File

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