cannot install imagick #442
-
when i install imagick it gives me error like this this is my docker-compose.yml
this is my Dockerfile
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Strange! I wonder if something in imagick updated? I opened an issue here with the extension installer to see if it's not something there first: mlocati/docker-php-extension-installer#979 |
Beta Was this translation helpful? Give feedback.
-
Imagick does not support PHP 8.3 yet. The workaround is to use the master branch: Imagick/imagick#643 (comment) |
Beta Was this translation helpful? Give feedback.
-
I found this after debugging but I'll share it anyway. 🤦♂️ Instead of master you can also reference to the specific commit when using PHP 8.3
|
Beta Was this translation helpful? Give feedback.
Imagick does not support PHP 8.3 yet.
The workaround is to use the master branch: Imagick/imagick#643 (comment)