From d8aacebdc9b40fd41cb0980791a87064bfcfe56a Mon Sep 17 00:00:00 2001 From: xiaoz Date: Thu, 4 Mar 2021 22:51:57 +0800 Subject: [PATCH] fix bug --- php/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/php/install.sh b/php/install.sh index 0c7d50a..a79ac31 100644 --- a/php/install.sh +++ b/php/install.sh @@ -35,6 +35,7 @@ function set_php() { #install xdebug and redis pecl install redis-5.1.1 \ && pecl install xdebug-2.8.1 \ + && pecl install imagick \ && docker-php-ext-enable redis xdebug gd imagick sed -i "s/www-data/www/g" /usr/local/etc/php-fpm.d/www.conf rm -rf /var/lib/apt/lists/*