Disable SELINUX on CentOS 9 test dockerfile v5 (#5744)

This commit is contained in:
yubiuser
2024-09-02 20:15:40 +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