Skip to content

Commit

Permalink
Merge branch 'openconfig:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
anjan-keysight authored Jan 19, 2024
2 parents 4748dc3 + 0333295 commit 104c904
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudbuild/internal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,11 @@ build {
"rm add-google-cloud-ops-agent-repo.sh",
]
}

provisioner "shell" {
inline = [
"echo Installing network diagnosis tools...",
"sudo apt-get -o DPkg::Lock::Timeout=60 install net-tools iptables nftables -y",
]
}
}

0 comments on commit 104c904

Please sign in to comment.