From 728e97d154ee6f6ada7dd5531def5de978f36e05 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Wed, 15 Sep 2021 09:40:32 -0700 Subject: [PATCH] install dnsutils for nslookup on linux machines --- hack/jenkins/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/common.sh b/hack/jenkins/common.sh index 600e51ece0..34edd0b1ba 100755 --- a/hack/jenkins/common.sh +++ b/hack/jenkins/common.sh @@ -84,7 +84,7 @@ fi # We need pstree for the restart cronjobs if [ "$(uname)" != "Darwin" ]; then - sudo apt-get -y install lsof psmisc + sudo apt-get -y install lsof psmisc dnsutils else brew install pstree coreutils pidof ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout || true