From 81eea8ca8c8f715a946c6576e3103afbdfb60a2a Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Fri, 15 Jan 2016 16:19:21 -0500 Subject: [PATCH] Freshen up the vagrant box used; Add missing dependency from readme --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index dab817f56..b2e63d3c3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,11 +25,11 @@ sudo chown -R vagrant:vagrant $SRCROOT sudo chown -R vagrant:vagrant /opt/gopath # Install some other stuff we need -sudo apt-get install -y curl git-core zip +sudo apt-get install -y curl git bzr zip SCRIPT Vagrant.configure(2) do |config| - config.vm.box = "bento/ubuntu-12.04" + config.vm.box = "bento/ubuntu-14.04" config.vm.provision "shell", inline: $script