diff --git a/Dockerfile b/Dockerfile index e01472a..cddeb94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,9 @@ RUN ln -s /usr/bin/podman /usr/bin/docker RUN rpm-ostree install neofetch +# Disable SELinux +RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config + # Copy config files COPY etc /etc # Copy /usr