cos-gpu-installer-v*: install zlib1g-dev

Nvidia ran into an issue configuring the kernel because zlib1g-dev
wasn't installed (although the COS team hasn't been able to reproduce
the issue). Let's install zlib1g-dev in case doing so addresses the
issue. It's a small dependency anyway (about ~500 kb).

Tested by `docker build`ing the containers and verifying the zlib1g-dev
was installed.

Change-Id: I2b72701ca84ede50edcdf9672215a5eb2ff82312
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/23230
Reviewed-by: Ke Wu <mikewu@google.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
Cloud-Build: Arnav Kansal <rnv@google.com>
Tested-by: Robert Kolchmeyer <rkolchmeyer@google.com>
2 files changed
tree: 15961498c7bf5d7bc5649b49a78ba4235b8271b3
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. 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.