From 4151da44473fc0344254e6789dd49a19cf5cfb0e 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 d364d6b97e..91e5760bda 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