mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Merge pull request #4029 from freddygv/dnsutils-vagrant-cluster
Enables dig in vagrant-cluster demo by installing dnsutils
This commit is contained in:
commit
0285617a02
2
demo/vagrant-cluster/Vagrantfile
vendored
2
demo/vagrant-cluster/Vagrantfile
vendored
@ -5,7 +5,7 @@ $script = <<SCRIPT
|
||||
|
||||
echo "Installing dependencies ..."
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y unzip curl jq
|
||||
sudo apt-get install -y unzip curl jq dnsutils
|
||||
|
||||
echo "Determining Consul version to install ..."
|
||||
CHECKPOINT_URL="https://checkpoint-api.hashicorp.com/v1/check"
|
||||
|
Loading…
x
Reference in New Issue
Block a user