瀏覽代碼

配置修改

cuiHe 1 周之前
父節點
當前提交
2ec2e333a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      devops/backend/Dockerfile

+ 1 - 1
devops/backend/Dockerfile

@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY ./backend/requirements.txt .
 
 # 安装依赖
-RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
+RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller>=5.13.0
 
 # 复制项目源码(仅构建阶段需要)
 COPY . .