Disable SELinux
This commit is contained in:
parent
7b63d4bc65
commit
fb37b3aa4e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue