add php to the webtech vm

This commit is contained in:
Andreas Zweili 2017-10-06 14:21:12 +02:00
parent 850cc2fc11
commit ef79d901d1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Vagrant.configure("2") do |config|
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL
apt-get update
apt-get install -y apache2
apt-get install -y apache2 php7.0
SHELL
end