deps: Add a dep for running make sysprep (#3519)

This commit is contained in:
bobsaintcool 2017-08-02 03:09:55 +00:00 committed by Teddy Reed
parent 90c6a44599
commit 44d1a82bbc

2
Vagrantfile vendored
View File

@ -211,7 +211,7 @@ Vagrant.configure("2") do |config|
if name.start_with?('ubuntu')
build.vm.provision 'bootstrap', type: 'shell' do |s|
s.inline = 'sudo apt-get update;'\
'sudo apt-get install --yes git;'
'sudo apt-get install --yes git realpath;'
end
end
end