添加 cloudreve-aio Dockerfile,更新同步任务以支持 Dockerfile 构建
Some checks failed
Sync Container Images / sync-images (push) Failing after 39s

This commit is contained in:
2025-04-20 15:21:07 +08:00
parent 364ee6e066
commit 450b83c3ef
4 changed files with 41 additions and 11 deletions

View File

@ -0,0 +1,9 @@
FROM cloudreve/cloudreve:latest
# Install ffmpeg LibreOffice and VIPS
RUN apk add --no-cache \
ffmpeg \
libreoffice \
vips \
&& rm -rf /var/cache/apk/*