diff --git a/development/Vagrantfile b/development/Vagrantfile index 5fcb1c1..b4d44b5 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -48,7 +48,7 @@ Vagrant.configure("2") do |config| # Here we have the RubyGems cache bucket configured to the right path, so we # bundle the project debian.vm.provision :shell, inline: ' - sudo apt-get install git -y + sudo apt-get install -y git php5-cli HOME=/home/vagrant su -p vagrant -l -c "cd /vagrant && bundle" ' end @@ -86,5 +86,4 @@ Vagrant.configure("2") do |config| pacman -Syu --noconfirm libffi git HOME=/home/vagrant su -p vagrant -l -c "cd /vagrant && bundle"' end - end