move imagick back to the dockerfile

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-29 13:05:54 +01:00
parent 810094daa3
commit e32a3e8d0c
3 changed files with 20 additions and 23 deletions

View file

@ -41,6 +41,16 @@ RUN set -ex; \
postgresql-dev \
libwebp-dev \
gmp-dev \
lcms2-dev \
fontconfig-dev \
freetype-dev \
ghostscript-dev \
tiff-dev \
zlib-dev \
imagemagick-dev \
libheif-dev \
librsvg-dev \
libxext-dev \
; \
\
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \
@ -62,6 +72,7 @@ RUN set -ex; \
pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
apcu \