toolbox: install ping

After updating toolbox docker base image,
ping is not installed by default. This CL
updates the Dockerfile to install ping.

BUG= b/239857536
TEST=run `toolbox ping` in a COS dev instantce.

Change-Id: I60c3cb9261d821cc2c183bb3a8e3d2ea3e244d75
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/35028
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: He Gao <hegao@google.com>
1 file changed
tree: d62ee6d4a2e9f0ba74f2ba95c924fea6ba94893a
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.