install php7.2-cli

This commit is contained in:
Too
2018-06-22 15:32:11 +08:00
parent b5e0059874
commit 0447481f33
+2 -1
View File
@@ -11,7 +11,8 @@ apt-get install git libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libj
# Compile PHP, include these extensions.
# docker-php-ext-install mbstring mcrypt pdo_mysql curl json intl gd xml zip bz2 opcache
apt-get install php7.2 php-pear php7.2-curl php7.2-dev php7.2-gd php7.2-mbstring php7.2-zip php7.2-mysql php7.2-xml
apt-get install php7.2-cli php7.2-fpm php7.2-curl php7.2-gd php7.2-mysql php7.2-mbstring zip
# Install Composer and project dependencies.
curl -sS https://getcomposer.org/installer | php