install dnsutils for nslookup on linux machines

pull/12476/head
Sharif Elgamal 2021-09-15 09:40:32 -07:00
parent 803fc43e26
commit 728e97d154
1 changed files with 1 additions and 1 deletions

View File

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