dunglas / frankenphp

🧟 The modern PHP app server
https://frankenphp.dev
MIT License
6.88k stars 235 forks source link

ImageMagick not installed #820

Closed yormy closed 5 months ago

yormy commented 5 months ago

What happened?

I am trying to use ImageMagick on docker frankenphp 1.1.5, but it seems not to be installed, and when I want to install it in my docker then it breaks during "pecl install imagick"

Any idea how I can get imagick to work again ?

My previous image "FROM dunglas/frankenphp:1.0.3-php8.2" did not have this problem and I could install imagick without problems

Build Type

Docker (Alpine)

Worker Mode

Yes

Operating System

GNU/Linux

CPU Architecture

x86_64

PHP configuration

.

Relevant log output

.
yormy commented 5 months ago

apparently there is a bug in the upstream. This works RUN install-php-extensions imagick/imagick@master

dunglas commented 5 months ago

Thanks for the feedback. Closing as this is fixed upstream.