add imagemagick to the dockerfile
This commit is contained in:
@@ -31,7 +31,7 @@ RUN apt-get update \
|
|||||||
libjpeg62-turbo-dev \
|
libjpeg62-turbo-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libimagickwand-dev \
|
libmagickwand-dev \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install -j$(nproc) \
|
&& docker-php-ext-install -j$(nproc) \
|
||||||
intl \
|
intl \
|
||||||
@@ -76,7 +76,7 @@ RUN apt-get update \
|
|||||||
libonig-dev \
|
libonig-dev \
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libimagickwand \
|
libmagickwand \
|
||||||
unzip \
|
unzip \
|
||||||
nano \
|
nano \
|
||||||
rsync \
|
rsync \
|
||||||
|
|||||||
Reference in New Issue
Block a user