image-manager/dockerfiles/cloudreve-aio.Dockerfile
Snowykami ffc326a940
All checks were successful
Sync Container Images / sync-images (push) Successful in 7m8s
更新 cloudreve-aio Dockerfile,修正依赖项,移除多余的 vips-tools
2025-04-20 16:41:32 +08:00

9 lines
175 B
Docker

FROM cloudreve/cloudreve:latest
# Install ffmpeg LibreOffice and VIPS
RUN apk add --no-cache \
ffmpeg \
libreoffice \
vips-tools \
&& rm -rf /var/cache/apk/*