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