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/*