Disable SELINUX on CentOS 9 test dockerfile

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2024-09-01 19:36:29 +02:00
parent c672b66eb4
commit 632d8af4b0
No known key found for this signature in database

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