vagrant: Install make in the Vagrant box
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user