make sure that the VM has php-zip installed that is needed by composer

This commit is contained in:
Tobias Diekershoff 2018-03-29 12:06:16 +02:00
parent 6dc6581aca
commit 399344a1f8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sudo chmod guo+x /usr/local/bin/vhost
#Install php
echo ">>> Installing PHP7"
sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick
sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick php-zip
sudo systemctl restart apache2
#Install mysql