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 # 安装依赖