cuiHe hace 1 semana
padre
commit
2ec2e333a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 . .