fix: dockerfile
All checks were successful
Build container / build-docker (push) Successful in 21m9s

This commit is contained in:
vera
2026-04-23 10:43:59 +08:00
parent 7231ed2354
commit a0c204b9ff

View File

@ -1,6 +1,6 @@
FROM python:3.12-slim
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y build-essential ffmpeg && rm -rf /var/lib/apt/lists/*
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/