lxd: Add alsa-utils to test image

alsa-utils contains useful tools for audio testing. Pre-install the
package to test image to make test immune to network issue.

BUG=chromium:854933
TEST=none

Change-Id: I5d3e077790a1fcb4933ddf46ebedf0d8f726fa5f
Reviewed-on: https://chromium-review.googlesource.com/1659878
Tested-by: Chih-Yang Hsia <paulhsia@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Ready: Chih-Yang Hsia <paulhsia@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
1 file changed
tree: 5098f492e87800757629e6094049671c30f39f5e
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-gpu/
  5. cros-gpu-alpha/
  6. cros-guest-tools/
  7. cros-notificationd/
  8. cros-pulse-config/
  9. cros-sftp/
  10. cros-sommelier/
  11. cros-sommelier-config/
  12. cros-sudo-config/
  13. cros-systemd-overrides/
  14. cros-tast-tests/
  15. cros-ui-config/
  16. cros-wayland/
  17. docs/
  18. kokoro/
  19. lxd/
  20. mesa/
  21. .gitignore
  22. COMMIT-QUEUE.ini
  23. LICENSE
  24. OWNERS
  25. README.md
  26. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"