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
parent
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. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile 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


Loading…
Cancel
Save