Spaces:
Runtime error
Runtime error
File size: 103 Bytes
215df2f |
1 2 3 4 |
FROM xhofe/alist:latest
RUN apk update && \
apk add --no-cache ffmpeg \
rm -rf /var/cache/apk/* |