From fc6433993fb6228b68a3d7dce53c79447688fea3 Mon Sep 17 00:00:00 2001 From: zcr Date: Fri, 17 Apr 2026 11:17:58 +0800 Subject: [PATCH] 1 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd861a2..44bc86c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,6 @@ ENV UV_LINK_MODE=copy \ COPY --from=uv_bin /uv /uvx /bin/ RUN apt-get update && apt-get install -y --no-install-recommends \ - ffmpeg libsm6 libxext6 \ - build-essential g++ \ git \ && apt-get clean && rm -rf /var/lib/apt/lists/*