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
commit f277f5d202
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