更新 cloudreve-aio Dockerfile,修正依赖项,移除多余的 vips-tools
All checks were successful
Sync Container Images / sync-images (push) Successful in 7m8s

This commit is contained in:
远野千束 2025-04-20 16:41:32 +08:00
parent aea3418854
commit ffc326a940

View File

@ -5,5 +5,5 @@ FROM cloudreve/cloudreve:latest
RUN apk add --no-cache \
ffmpeg \
libreoffice \
fftw-dev lcms2-dev libpng-dev build-base vips \
vips-tools \
&& rm -rf /var/cache/apk/*