vagrant: Install make in the Vagrant box

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2017-05-17 06:41:28 +02:00
parent 1c59712cbf
commit 0e68ff6923

2
Vagrantfile vendored
View File

@@ -21,7 +21,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig" config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"
# copied from make-deps.sh (with added git) # copied from make-deps.sh (with added git)
config.vm.provision "shell", inline: "dnf install -y libvirt-devel golang golang-googlecode-tools-stringer hg git" config.vm.provision "shell", inline: "dnf install -y libvirt-devel golang golang-googlecode-tools-stringer hg git make"
# set up vagrant home # set up vagrant home
script = <<-SCRIPT script = <<-SCRIPT