Remove imagick

This commit is contained in:
aptalca 2021-02-13 11:52:54 -05:00
parent 15bed5022f
commit cab2be3dfd
5 changed files with 2 additions and 3 deletions

View File

@ -58,7 +58,6 @@ RUN \
php7-pdo_sqlite \
php7-pear \
php7-pecl-apcu \
php7-pecl-imagick \
php7-pecl-redis \
php7-pgsql \
php7-phar \

View File

@ -58,7 +58,6 @@ RUN \
php7-pdo_sqlite \
php7-pear \
php7-pecl-apcu \
php7-pecl-imagick \
php7-pecl-redis \
php7-pgsql \
php7-phar \

View File

@ -58,7 +58,6 @@ RUN \
php7-pdo_sqlite \
php7-pear \
php7-pecl-apcu \
php7-pecl-imagick \
php7-pecl-redis \
php7-pgsql \
php7-phar \

View File

@ -223,6 +223,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.02.21:** - Remove php7-pecl-imagick (it now installs the full imagemagick with too much crud). Users can install it via [this docker mod](https://github.com/linuxserver/docker-mods/tree/swag-imagemagick).
* **09.02.21:** - Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years).
* **08.09.20:** - Add php7-xsl.
* **01.06.20:** - Rebasing to alpine 3.12.

View File

@ -40,6 +40,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.02.21:", desc: "Remove php7-pecl-imagick (it now installs the full imagemagick with too much crud). Users can install it via [this docker mod](https://github.com/linuxserver/docker-mods/tree/swag-imagemagick)." }
- { date: "09.02.21:", desc: "Rebasing to alpine 3.13. Add nginx mods brotli and dav-ext. Remove nginx mods lua and lua-upstream (due to regression over the last couple of years)." }
- { date: "08.09.20:", desc: "Add php7-xsl." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }