Add php-curl, and then $PHPFPM_EXTRA_PACKAGES.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | 2 | ||
3 | set -e | 3 | set -e |
4 | apt-get update | 4 | apt-get update |
5 | apt-get install -y sudo ssmtp php7.0-fpm php7.0-mysql php7.0-imagick php7.0-ldap php7.0-xml php7.0-mbstring php7.0-mcrypt php7.0-gd php7.0-apc $PHPFPM_EXTRA_PACKAGES | 5 | apt-get install -y sudo ssmtp php7.0-fpm php7.0-mysql php7.0-curl php7.0-imagick php7.0-ldap php7.0-xml php7.0-mbstring php7.0-mcrypt php7.0-gd php7.0-apc $PHPFPM_EXTRA_PACKAGES |
6 | 6 | ||
7 | rm /etc/php/7.0/fpm/pool.d/www.conf | 7 | rm /etc/php/7.0/fpm/pool.d/www.conf |
8 | cp -a /tmp/files/app-defaults.conf /etc/php/7.0/fpm | 8 | cp -a /tmp/files/app-defaults.conf /etc/php/7.0/fpm | ... | ... |
-
Please register or sign in to post a comment