add imagemagick to the dockerfile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user