1#!/usr/bin/env bash 2# Copyright 2021 The ChromiumOS Authors 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5set -ex 6 7sudo apt-get install --yes --no-install-recommends \ 8 black \ 9 ca-certificates \ 10 clang \ 11 cloud-image-utils \ 12 curl \ 13 dpkg-dev \ 14 expect \ 15 g++ \ 16 gcc \ 17 git \ 18 jq \ 19 libavcodec-dev \ 20 libavutil-dev \ 21 libcap-dev \ 22 libclang-dev \ 23 libdbus-1-dev \ 24 libdrm-dev \ 25 libepoxy-dev \ 26 libglib2.0-dev \ 27 libguestfs-tools \ 28 libslirp-dev \ 29 libssl-dev \ 30 libswscale-dev \ 31 libva-dev \ 32 libwayland-dev \ 33 libxext-dev \ 34 lld \ 35 make \ 36 meson \ 37 mypy \ 38 nasm \ 39 ncat \ 40 ninja-build \ 41 openssh-client \ 42 pipx \ 43 pkg-config \ 44 protobuf-compiler \ 45 python3 \ 46 python3-argh \ 47 python3-pip \ 48 python3-rich \ 49 qemu-system-x86 \ 50 rsync \ 51 screen \ 52 strace \ 53 tmux \ 54 wayland-protocols \ 55 wget 56