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/*