From f88dfc495c1baa8c77375d21860f12c7d3192a2a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 29 Oct 2015 10:00:22 -0700 Subject: [PATCH] Adds zip to the Vagrant box so a make works there without any fiddling. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index d364d6b97..91e5760bd 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'` # Install Go sudo apt-get update -sudo apt-get install -y build-essential git-core +sudo apt-get install -y build-essential git-core zip # Install Go cd /tmp