All checks were successful
Sync Container Images / sync-images (push) Successful in 1m42s
9 lines
181 B
Docker
9 lines
181 B
Docker
FROM cloudreve/cloudreve:4.0.0-beta.6
|
|
|
|
# Install ffmpeg LibreOffice and VIPS
|
|
|
|
RUN apk add --no-cache \
|
|
ffmpeg \
|
|
libreoffice \
|
|
vips-tools \
|
|
&& rm -rf /var/cache/apk/* |