github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/scripts/install-deps-fedora-22.sh (about) 1 #!/bin/bash 2 3 set -e 4 5 FEDORA22_DEPS="make gcc glibc-devel glibc-static cpio squashfs-tools gpg autoconf automake golang file git wget tar xz patch bc hostname findutils openssl libacl-devel openssl-devel systemd-devel libfdt-devel" 6 7 dnf install -y ${FEDORA22_DEPS}