feat: 添加 ffmpeg
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m2s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user