Enables dig in cluster demo by installing dnsutils

This commit is contained in:
freddygv 2018-04-13 18:01:42 +01:00
parent af4be34a2a
commit 27f6311d3c
1 changed files with 1 additions and 1 deletions

View File

@ -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"