From 05157b3d4f177196c11e00f77d82bd5bd22f8b50 Mon Sep 17 00:00:00 2001 From: debiyach Date: Fri, 22 Jul 2022 01:40:22 +0300 Subject: [PATCH] php74 dockerfile added pecl update command. --- bin/php74/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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