You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I broke the issue down to have it very minimal and reproducible with the official PHP images and it is still appearing. Please follow my Docker file below to see the following error:
Before I open this up on Imagick, I wanted to check in to see if it was something to how the installer installs it? Thanks for maintaining this @mlocati! I am beyond grateful for all the work you do for the PHP community ❤️
Docker image
php:8.3-cli, php:8.3-cli-alpine
Minimal Dockerfile
Debian
FROM php:8.3-cli
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions imagick
Alpine
FROM php:8.3-cli-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions imagick
The text was updated successfully, but these errors were encountered:
Version of install-php-extensions
v.2.5.0
Error description
I received a user report from @manusiakemos that Imagick was not installing.
I broke the issue down to have it very minimal and reproducible with the official PHP images and it is still appearing. Please follow my Docker file below to see the following error:
Before I open this up on Imagick, I wanted to check in to see if it was something to how the installer installs it? Thanks for maintaining this @mlocati! I am beyond grateful for all the work you do for the PHP community ❤️
Docker image
Minimal Dockerfile
Debian
Alpine
The text was updated successfully, but these errors were encountered: