github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/scripts/install-deps-debian-sid.sh (about) 1 #!/bin/bash 2 3 set -e 4 5 DEBIAN_SID_DEPS="ca-certificates gcc libc6-dev gpg gpg-agent make automake wget git golang-go coreutils cpio squashfs-tools autoconf file xz-utils patch bc locales libacl1-dev libssl-dev libtspi-dev libsystemd-dev python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev libcap-dev libfdt-dev" 6 7 export DEBIAN_FRONTEND=noninteractive 8 apt-get update 9 apt-get install -y --no-install-recommends ${DEBIAN_SID_DEPS}