nextcloud / docker

⛴ Docker image of Nextcloud
https://hub.docker.com/_/nextcloud/
GNU Affero General Public License v3.0
5.8k stars 1.8k forks source link

add imagemagick-svg to fpm-alpine Dockerfile #2220

Closed felix-egli closed 1 week ago

felix-egli commented 1 month ago

this adds support for SVG images.

jessebot commented 1 week ago

@joshtrichards does it need to go here in this apk add section: https://github.com/nextcloud/docker/blob/f45486780338805720417c023ed2ccba88f8536e/Dockerfile-alpine.template#L18-L36

or here in this second one: https://github.com/nextcloud/docker/blob/f45486780338805720417c023ed2ccba88f8536e/Dockerfile-alpine.template#L118-L121

joshtrichards commented 1 week ago

I'd probably just put it here (same as @felix-egli did in the 29 Dockerfile):

https://github.com/nextcloud/docker/blob/f45486780338805720417c023ed2ccba88f8536e/Dockerfile-alpine.template#L6-L8

joshtrichards commented 1 week ago

Superceded by #2246. Thanks for getting the process started, @felix-egli!