mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 06:03:43 +00:00
Disable SELINUX on CentOS 9 test dockerfile (#5743)
This commit is contained in:
commit
4209e7dee8
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
FROM quay.io/centos/centos:stream9
|
FROM quay.io/centos/centos:stream9
|
||||||
|
# Disable SELinux
|
||||||
|
RUN echo "SELINUX=disabled" > /etc/selinux/config
|
||||||
RUN yum install -y --allowerasing curl git initscripts
|
RUN yum install -y --allowerasing curl git initscripts
|
||||||
|
|
||||||
ENV GITDIR=/etc/.pihole
|
ENV GITDIR=/etc/.pihole
|
||||||
|
|
Loading…
Reference in a new issue