All checks were successful
Sync Container Images / sync-images (push) Successful in 7m8s
9 lines
175 B
Docker
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/* |