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
commit 4209e7dee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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