diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile index a08d14ccd..eb774dc3c 100644 --- a/23/apache/Dockerfile +++ b/23/apache/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile index 98ced82bc..2c2757c81 100644 --- a/23/fpm-alpine/Dockerfile +++ b/23/fpm-alpine/Dockerfile @@ -6,6 +6,7 @@ RUN set -ex; \ \ apk add --no-cache \ rsync \ + imagemagick \ ; \ \ rm /var/spool/cron/crontabs/root; \ diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile index caed34941..198da7e14 100644 --- a/23/fpm/Dockerfile +++ b/23/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile index 89752e76e..b0a5fa2c0 100644 --- a/24/apache/Dockerfile +++ b/24/apache/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile index 3eba47c29..124e28911 100644 --- a/24/fpm-alpine/Dockerfile +++ b/24/fpm-alpine/Dockerfile @@ -6,6 +6,7 @@ RUN set -ex; \ \ apk add --no-cache \ rsync \ + imagemagick \ ; \ \ rm /var/spool/cron/crontabs/root; \ diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile index c19bd006a..01d50bfa3 100644 --- a/24/fpm/Dockerfile +++ b/24/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile index bef15bf22..accae666d 100644 --- a/25/apache/Dockerfile +++ b/25/apache/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/25/fpm-alpine/Dockerfile b/25/fpm-alpine/Dockerfile index 7ba4bbda7..1b068789f 100644 --- a/25/fpm-alpine/Dockerfile +++ b/25/fpm-alpine/Dockerfile @@ -6,6 +6,7 @@ RUN set -ex; \ \ apk add --no-cache \ rsync \ + imagemagick \ ; \ \ rm /var/spool/cron/crontabs/root; \ diff --git a/25/fpm/Dockerfile b/25/fpm/Dockerfile index 8d1ae0690..34a7a1ab0 100644 --- a/25/fpm/Dockerfile +++ b/25/fpm/Dockerfile @@ -10,6 +10,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 411460022..84d973951 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -5,6 +5,7 @@ RUN set -ex; \ \ apk add --no-cache \ rsync \ + imagemagick \ ; \ \ rm /var/spool/cron/crontabs/root; \ diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index a13f0e27b..4d2e60447 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -9,6 +9,7 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ + libmagickcore-6.q16-6-extra \ ; \ rm -rf /var/lib/apt/lists/*; \ \