From 968c609697526925e84aa9cf688365217fae0fc6 Mon Sep 17 00:00:00 2001 From: phaer Date: Wed, 16 May 2018 20:11:01 +0200 Subject: [PATCH] vagrant: Add gem package --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e71ce58e..c68c94d7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,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 make" + config.vm.provision "shell", inline: "dnf install -y libvirt-devel golang golang-googlecode-tools-stringer hg git make gem" # set up packagekit config.vm.provision "shell" do |shell|