docker.apache: remove imagick

cause gd is sufficient. It's either imagick or gd required.
pull/1883/head
Sven Fischer 2019-12-07 11:37:54 +01:00
rodzic 2238f18eed
commit 553ba55e8c
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -18,8 +18,7 @@ RUN apt-get update \
--with-webp \
--with-xpm \
&& docker-php-ext-install pdo_mysql pdo_pgsql pdo_sqlite pcntl gd exif bcmath intl zip curl \
&& pecl install imagick \
&& docker-php-ext-enable imagick pcntl imagick gd exif zip curl \
&& docker-php-ext-enable pcntl gd exif zip curl \
&& a2enmod rewrite remoteip \
&& {\
echo RemoteIPHeader X-Real-IP ;\