mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
Merge pull request #891 from tendermint/fix-vagrantfile
go requires Git (Fixes #879)
This commit is contained in:
commit
38c4de3fc7
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -17,6 +17,7 @@ Vagrant.configure("2") do |config|
|
|||||||
usermod -a -G docker vagrant
|
usermod -a -G docker vagrant
|
||||||
apt-get autoremove -y
|
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
|
curl -O https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz
|
||||||
tar -xvf go1.9.linux-amd64.tar.gz
|
tar -xvf go1.9.linux-amd64.tar.gz
|
||||||
rm -rf /usr/local/go
|
rm -rf /usr/local/go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user