From 0e68ff692326030c277d3f8e4fa4f2b25bcf8da5 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 17 May 2017 06:41:28 +0200 Subject: [PATCH] vagrant: Install make in the Vagrant box Signed-off-by: Julien Pivotto --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 319a3d63..26258d60 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,7 +21,7 @@ Vagrant.configure(2) do |config| config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig" # 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 script = <<-SCRIPT