test: manually install container-selinux
Seems to not be pulled in. Don't disable selinux.
This commit is contained in:
parent
b292458771
commit
d5a80cf3cf
1 changed files with 1 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue