forked from mirror/pixelfed
Merge pull request #1883 from Strubbl/docker-remove-imagck
docker.apache: remove imagick
This commit is contained in:
commit
0f08fb6ff1
|
@ -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…
Reference in New Issue