This commit is contained in:
renzhiyuan 2025-08-05 09:44:17 +08:00
parent 8ade08aadc
commit 86a2fbc8e0
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ FROM python:3.11-slim
WORKDIR /app
# 安装系统依赖(如果需要)
RUN apt-get update && apt-get install -y \
build-essential \
&& rm -rf /var/lib/apt/lists/*
#RUN apt-get update && apt-get install -y \
# build-essential \
# && rm -rf /var/lib/apt/lists/*
# 复制项目文件
COPY . /app