1
0
Fork 0

docker.apache: remove imagick

cause gd is sufficient. It's either imagick or gd required.
This commit is contained in:
Sven Fischer 2019-12-07 11:37:54 +01:00
parent 2238f18eed
commit 553ba55e8c
1 changed files with 1 additions and 2 deletions

View File

@ -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 ;\