Some checks failed
Sync Container Images / sync-images (push) Failing after 39s
9 lines
169 B
Docker
9 lines
169 B
Docker
FROM cloudreve/cloudreve:latest
|
|
|
|
# Install ffmpeg LibreOffice and VIPS
|
|
|
|
RUN apk add --no-cache \
|
|
ffmpeg \
|
|
libreoffice \
|
|
vips \
|
|
&& rm -rf /var/cache/apk/* |