feat: 添加 ffmpeg
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m16s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m16s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
# 安装依赖
|
||||
|
||||
Reference in New Issue
Block a user