diff --git a/Dockerfile b/Dockerfile index a8519e8..45f2c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,6 @@ RUN \ php7-pdo_sqlite \ php7-pear \ php7-pecl-apcu \ - php7-pecl-imagick \ php7-pecl-redis \ php7-pgsql \ php7-phar \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c8b040d..06d827c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -58,7 +58,6 @@ RUN \ php7-pdo_sqlite \ php7-pear \ php7-pecl-apcu \ - php7-pecl-imagick \ php7-pecl-redis \ php7-pgsql \ php7-phar \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 38117aa..294e67d 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -58,7 +58,6 @@ RUN \ php7-pdo_sqlite \ php7-pear \ php7-pecl-apcu \ - php7-pecl-imagick \ php7-pecl-redis \ php7-pgsql \ php7-phar \ diff --git a/README.md b/README.md index f2b48c1..699c2b7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/readme-vars.yml b/readme-vars.yml index f576931..d664a3e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }