mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix imagick not having svg support
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
44dd15d093
commit
1d70c439b7
2 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ RUN set -ex; \
|
|||
gmp-dev \
|
||||
icu-dev \
|
||||
imagemagick-dev \
|
||||
imagemagick-svg \
|
||||
libevent-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libmcrypt-dev \
|
||||
|
|
@ -192,6 +193,7 @@ RUN set -ex; \
|
|||
nodejs \
|
||||
bind-tools \
|
||||
imagemagick \
|
||||
imagemagick-svg \
|
||||
coreutils; \
|
||||
\
|
||||
grep -q '^pm = dynamic' /usr/local/etc/php-fpm.d/www.conf; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue