add imagemagick to the dockerfile

This commit is contained in:
Codex Agent
2025-11-15 15:16:45 +01:00
parent c7c5089726
commit 0a90e6c466

View File

@@ -31,7 +31,7 @@ RUN apt-get update \
libjpeg62-turbo-dev \
libpng-dev \
libfreetype6-dev \
libimagickwand-dev \
libmagickwand-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) \
intl \
@@ -76,7 +76,7 @@ RUN apt-get update \
libonig-dev \
libicu-dev \
libxml2-dev \
libimagickwand \
libmagickwand \
unzip \
nano \
rsync \