This commit is contained in:
zcr
2026-04-17 11:17:58 +08:00
parent 2f9142a77b
commit fc6433993f

View File

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