feat: 添加 ffmpeg
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s

This commit is contained in:
2025-12-07 23:29:26 +08:00
parent 0050bfff09
commit 1669fe1452

View File

@@ -10,6 +10,9 @@ COPY pyproject.toml .
# 编译器
RUN apt-get update && apt-get install -y build-essential
COPY --from=mwader/static-ffmpeg:latest /ffmpeg /usr/local/bin/ffmpeg
COPY --from=mwader/static-ffmpeg:latest /ffprobe /usr/local/bin/ffprobe
RUN ldconfig && ffmpeg -version
# 安装依赖
RUN uv sync