Merge pull request #891 from tendermint/fix-vagrantfile

go requires Git (Fixes #879)
This commit is contained in:
Ethan Buchman 2017-11-24 22:07:29 +00:00 committed by GitHub
commit 38c4de3fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -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