owncloud-docker / php

Base image for a general PHP stack
MIT License
5 stars 5 forks source link

fix: assert that ghostscript and librsvg are in the image #164

Closed jnweiger closed 7 months ago

jnweiger commented 7 months ago

Ghostscript was explicitly removed during build env cleanup. librsvg was a candidate for autoremove.

Fixes: https://github.com/owncloud/core/issues/41185 Fixes: https://github.com/owncloud/core/issues/41208

This increases the image size by 75 MB (now 1.07 GB).

Note: SVG and PDF preview remain disabled per default. You still need to add

to the environment variable OWNCLOUD_ENABLED_PREVIEW_PROVIDERS for this.