From ae67408d138a95f82ffd55b6209475f4c51634dd Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 23 Nov 2017 16:55:57 -0600 Subject: [PATCH] go requires Git (Fixes #879) --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0f69feed..ea804236 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,6 +17,7 @@ Vagrant.configure("2") do |config| usermod -a -G docker vagrant apt-get autoremove -y + apt-get install -y --no-install-recommends git curl -O https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz tar -xvf go1.9.linux-amd64.tar.gz rm -rf /usr/local/go