Skip to content

Commit

Permalink
Fixes warning about svg support missing (#1789)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
modzilla99 committed Nov 15, 2022
1 parent 625445f commit dfb538c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions 23/apache/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions 23/fpm-alpine/Dockerfile
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \
Expand Down
1 change: 1 addition & 0 deletions 23/fpm/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions 24/apache/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions 24/fpm-alpine/Dockerfile
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \
Expand Down
1 change: 1 addition & 0 deletions 24/fpm/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions 25/apache/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions 25/fpm-alpine/Dockerfile
Expand Up @@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \
Expand Down
1 change: 1 addition & 0 deletions 25/fpm/Dockerfile
Expand Up @@ -10,6 +10,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-alpine.template
Expand Up @@ -5,6 +5,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
imagemagick \
; \
\
rm /var/spool/cron/crontabs/root; \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-debian.template
Expand Up @@ -9,6 +9,7 @@ RUN set -ex; \
bzip2 \
busybox-static \
libldap-common \
libmagickcore-6.q16-6-extra \
; \
rm -rf /var/lib/apt/lists/*; \
\
Expand Down

0 comments on commit dfb538c

Please sign in to comment.