mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1883 from Strubbl/docker-remove-imagck
docker.apache: remove imagick
This commit is contained in:
commit
0f08fb6ff1
1 changed files with 1 additions and 2 deletions
|
@ -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 ;\
|
||||
|
|
Loading…
Reference in a new issue