0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00

add imagemagick-svg to fpm-alpine Dockerfile

Signed-off-by: Felix Egli <mail@felix-egli.ch>
This commit is contained in:
Felix Egli 2024-05-18 10:39:02 +02:00 committed by GitHub
parent 7a4823180d
commit d8ddbbc292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
imagemagick \
imagemagick-svg \
rsync \
; \
\