Merge pull request #1883 from Strubbl/docker-remove-imagck

docker.apache: remove imagick
pull/1884/head
daniel 5 years ago committed by GitHub
commit 0f08fb6ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save