| #!/usr/bin/env bash |
| # Copyright 2021 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| set -ex |
| |
| sudo apt-get install --yes --no-install-recommends \ |
| black \ |
| ca-certificates \ |
| clang \ |
| cloud-image-utils \ |
| curl \ |
| dpkg-dev \ |
| expect \ |
| g++ \ |
| gcc \ |
| git \ |
| jq \ |
| libavcodec-dev \ |
| libavutil-dev \ |
| libcap-dev \ |
| libclang-dev \ |
| libdbus-1-dev \ |
| libdrm-dev \ |
| libepoxy-dev \ |
| libglib2.0-dev \ |
| libguestfs-tools \ |
| libslirp-dev \ |
| libssl-dev \ |
| libswscale-dev \ |
| libva-dev \ |
| libwayland-dev \ |
| libxext-dev \ |
| lld \ |
| make \ |
| meson \ |
| mypy \ |
| nasm \ |
| ncat \ |
| ninja-build \ |
| openssh-client \ |
| pipx \ |
| pkg-config \ |
| protobuf-compiler \ |
| python3 \ |
| python3-argh \ |
| python3-pip \ |
| python3-rich \ |
| qemu-system-x86 \ |
| rsync \ |
| screen \ |
| strace \ |
| tmux \ |
| wayland-protocols \ |
| wget |