alist/Dockerfile.ffmpeg

4 lines
103 B
Docker

FROM xhofe/alist:latest
RUN apk update && \
apk add --no-cache ffmpeg \
rm -rf /var/cache/apk/*