Browse Source
Merge pull request #891 from tendermint/fix-vagrantfile
go requires Git (Fixes #879)
pull/895/head
Ethan Buchman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|