#!/bin/bash set -ex apt-get -y install --no-install-recommends \ ca-certificates \ initramfs-tools \ libpng16-16 \ strace \ libsensors5 \ libexpat1 \ libdrm2 \ libdrm-nouveau2 \ libx11-6 \ libx11-xcb1 \ firmware-qcom-media \ netcat-openbsd \ python3 \ libpython3.7 \ python3-pil \ python3-pytest \ python3-requests \ python3-yaml \ wget \ xz-utils if [ -n "$INCLUDE_VK_CTS" ]; then apt-get install -y libvulkan1 fi passwd root -d chsh -s /bin/sh cat > /init <