From d6b05fc1eaf479df3225f6dec25af25799530830 Mon Sep 17 00:00:00 2001 From: Gardel Date: Sun, 7 Dec 2025 23:29:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20ffmpeg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e9fef0e7..48cfd360c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # 安装依赖