Install php-cli on dev box

This commit is contained in:
Fabio Rehm 2013-10-22 13:51:02 -02:00
parent 828793afde
commit a0a164cf2b

View file

@ -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