diff --git a/bin/php74/Dockerfile b/bin/php74/Dockerfile index d974b2913e..715873fe7a 100644 --- a/bin/php74/Dockerfile +++ b/bin/php74/Dockerfile @@ -48,6 +48,7 @@ RUN pecl install redis-5.1.1 && \ RUN apt-get update && \ apt-get -y --no-install-recommends install --fix-missing libmagickwand-dev && \ rm -rf /var/lib/apt/lists/* && \ + pecl channel-update pecl.php.net && \ pecl install imagick && \ docker-php-ext-enable imagick