feat: 添加 ffmpeg
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m16s

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

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY pyproject.toml .
# 编译器
RUN apt-get update && apt-get install -y build-essential
RUN apt-get update && apt-get install -y build-essential ffmpeg
# 安装依赖