Kaynağa Gözat

配置修改

cuiHe 1 hafta önce
ebeveyn
işleme
2ec2e333a3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 . .