Disable SELINUX on CentOS 9 test dockerfile (#5743)

This commit is contained in:
Dominik
2024-09-02 15:54:15 +02:00
committed by GitHub

View File

@@ -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