Skip to content

Commit

Permalink
Ensure ping utils are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Aug 27, 2024
1 parent b6298c7 commit 583a3b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/scripts/ssh-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ function install_packages_apt {
echo "Installing required apt packages"
apt update
apt install -yf xvfb wireguard-tools curl
if ! which ping &>/dev/null; then
apt install -yf iputils-ping || true
fi
curl -fsSL https://get.docker.com | sh
}

Expand Down

0 comments on commit 583a3b8

Please sign in to comment.