From 6ddbbe0fc8bd9108db1862460ca72fc4dee6bd32 Mon Sep 17 00:00:00 2001 From: zcr Date: Fri, 17 Apr 2026 11:31:21 +0800 Subject: [PATCH] 1 --- Dockerfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc844a3..0cdfb52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,16 +11,16 @@ ENV UV_LINK_MODE=copy \ COPY --from=uv_bin /uv /uvx /bin/ -RUN apt-get update && apt-get install -y --no-install-recommends \ - ca-certificates curl gnupg && \ - sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \ - sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \ - apt-get update && \ - apt-get install -y --no-install-recommends \ - git \ - ffmpeg libsm6 libxext6 \ - build-essential g++ \ - && apt-get clean && rm -rf /var/lib/apt/lists/* +#RUN apt-get update && apt-get install -y --no-install-recommends \ +# ca-certificates curl gnupg && \ +# sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \ +# sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.cloud.tencent.com/ubuntu/|g' /etc/apt/sources.list && \ +# apt-get update && \ +# apt-get install -y --no-install-recommends \ +# git \ +# ffmpeg libsm6 libxext6 \ +# build-essential g++ \ +# && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /app