Fixes warning about svg support missing (#1789)

* Include imagick in all flavours

Signed-off-by: Justin Lamp <justin.lamp@netways.de>

* Fix alpine imagick version

Signed-off-by: Justin Lamp <justin.lamp@netways.de>

* Changed alpine package to imagemagick
php extension is already present, so only install imagemagick

Signed-off-by: modzilla99 <justin.lamp96@gmail.com>

Signed-off-by: Justin Lamp <justin.lamp@netways.de>
Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
pull/1795/merge
Justin Lamp 3 years ago committed by GitHub
parent 625445fbe9
commit dfb538c5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \

@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \

@ -9,6 +9,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\

Loading…
Cancel
Save