mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
docker.apache: remove imagick
cause gd is sufficient. It's either imagick or gd required.
This commit is contained in:
parent
2238f18eed
commit
553ba55e8c
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue