diff --git a/Dockerfile b/Dockerfile index 14264d4..2f57cde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .