feat: add docker image with pre-installed ffmpeg (#6054)

* build: add dockerfile for ffmpeg version

* ci: add docker image with ffmpeg release

* fix: donnot push on docker build test
This commit is contained in:
Mmx
2024-02-21 14:04:22 +08:00
committed by GitHub
parent 53926d5cd0
commit 0c7e47a76c
3 changed files with 43 additions and 1 deletions

4
Dockerfile.ffmpeg Normal file
View File

@ -0,0 +1,4 @@
FROM xhofe/alist:latest
RUN apk update && \
apk add --no-cache ffmpeg \
rm -rf /var/cache/apk/*