添加 cloudreve-aio Dockerfile,更新同步任务以支持 Dockerfile 构建
Some checks failed
Sync Container Images / sync-images (push) Failing after 39s
Some checks failed
Sync Container Images / sync-images (push) Failing after 39s
This commit is contained in:
9
dockerfiles/cloudreve-aio.Dockerfile
Normal file
9
dockerfiles/cloudreve-aio.Dockerfile
Normal 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/*
|
Reference in New Issue
Block a user