diff --git a/test/_centos_9.Dockerfile b/test/_centos_9.Dockerfile index 2e3d055a..7e3c5b3a 100644 --- a/test/_centos_9.Dockerfile +++ b/test/_centos_9.Dockerfile @@ -1,4 +1,6 @@ FROM quay.io/centos/centos:stream9 +# Disable SELinux +RUN echo "SELINUX=disabled" > /etc/selinux/config RUN yum install -y --allowerasing curl git initscripts ENV GITDIR=/etc/.pihole