-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8: Cannot install Imagick in Alpine #1033
Comments
I get the same error on the Debian variant, perhaps it's not compatible with php 8 yet You could try making an issue over at https://github.com/ImageMagick/ImageMagick/issues |
I think https://github.com/Imagick/imagick is the appropriate place for the PHP extension specifically. 😅 |
Thanks for your feedback! Just to get it right: don’t you think the issue is either PHP 8 and/or docker-php-ext-install related? |
It's absolutely related to PHP 8, but very unlikely to be The folks who maintain the |
Hi, I’ve tested our REDAXO CMS with your brand new php 8.0-rc images, and everything works fine (thanks!). Only I can’t get Alpine to install Imagick, since
docker-php-ext-install imagick
throws errors like:Any idea how to fix it? Thaaaanks!
Souce:
Dockerfile: https://github.com/FriendsOfREDAXO/docker-redaxo/blob/schuer-php8/php8.0-rc/fpm-alpine/Dockerfile
Error log:
ref FriendsOfREDAXO/docker-redaxo#20
The text was updated successfully, but these errors were encountered: