mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
Final Vagrantfile
This commit is contained in:
committed by
Ethan Buchman
parent
2f147ec000
commit
fc860c3a07
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -26,6 +26,7 @@ Vagrant.configure("2") do |config|
|
||||
apt-get install -y docker-ce golang-1.9-go
|
||||
apt-get install -y language-pack-en
|
||||
|
||||
# cleanup
|
||||
apt-get autoremove -y
|
||||
|
||||
# needed for docker
|
||||
@@ -44,7 +45,7 @@ Vagrant.configure("2") do |config|
|
||||
chown vagrant:vagrant /home/vagrant/.bash_profile
|
||||
|
||||
# get all deps and tools, ready to install/test
|
||||
source /home/vagrant/.bash_profile
|
||||
cd /home/vagrant/go/src/github.com/tendermint/tendermint && make get_tools && make get_vendor_deps
|
||||
su - vagrant -c 'source /home/vagrant/.bash_profile'
|
||||
su - vagrant -c 'cd /home/vagrant/go/src/github.com/tendermint/tendermint && make get_tools && make get_vendor_deps'
|
||||
SHELL
|
||||
end
|
||||
|
Reference in New Issue
Block a user