1
0
Fork 0

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

docker.apache: remove imagick
This commit is contained in:
daniel 2019-12-07 18:47:08 -07:00 committed by GitHub
commit 0f08fb6ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ;\