mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +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/*
|