mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 19:37:41 +08:00
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/*
|