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:
4
Dockerfile.ffmpeg
Normal file
4
Dockerfile.ffmpeg
Normal file
@ -0,0 +1,4 @@
|
||||
FROM xhofe/alist:latest
|
||||
RUN apk update && \
|
||||
apk add --no-cache ffmpeg \
|
||||
rm -rf /var/cache/apk/*
|
Reference in New Issue
Block a user