test: manually install container-selinux

Seems to not be pulled in. Don't disable selinux.
This commit is contained in:
Christian Kellner 2020-09-10 19:45:56 +02:00 committed by Tom Gundersen
parent b292458771
commit d5a80cf3cf

View file

@ -9,9 +9,6 @@ function greenprint {
source /etc/os-release
ARCH=$(uname -m)
greenprint "Disable SELinux"
sudo setenforce 0
if [[ $ID == rhel ]] && ! rpm -q epel-release; then
greenprint "📦 Setting up EPEL repository"
curl -Ls --retry 5 --output /tmp/epel.rpm \
@ -21,6 +18,7 @@ fi
greenprint "Installing required packages"
sudo dnf -y install \
container-selinux \
dnsmasq \
jq \
krb5-workstation \