Install php-cli on dev box
This commit is contained in:
parent
828793afde
commit
a0a164cf2b
1 changed files with 1 additions and 2 deletions
3
development/Vagrantfile
vendored
3
development/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue