This commit is contained in:
ZhuJW
2026-03-13 22:03:53 +08:00
parent 265cb3a4e6
commit 13682f6288

View File

@@ -14,9 +14,9 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
WORKDIR /app
# 安装系统依赖
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
&& rm -rf /var/lib/apt/lists/*
#RUN apt-get update && apt-get install -y --no-install-recommends \
# gcc \
# && rm -rf /var/lib/apt/lists/*
# 安装 Python 依赖
COPY requirements.txt .