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