diff --git a/Dockerfile b/Dockerfile index ac4bc31..1bfde45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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