mirror of https://github.com/Xhofe/alist
4 lines
103 B
Docker
4 lines
103 B
Docker
|
FROM xhofe/alist:latest
|
||
|
RUN apk update && \
|
||
|
apk add --no-cache ffmpeg \
|
||
|
rm -rf /var/cache/apk/*
|