diff --git a/Dockerfile.gnome b/Dockerfile.gnome index 59580a2..65d62aa 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -22,6 +22,7 @@ RUN dnf5 -y remove bash-color-prompt # Apply configuration COPY etc /etc +COPY usr /usr # Apply hardened firewall configuration RUN firewall-offline-cmd --set-default-zone public diff --git a/Dockerfile.kde b/Dockerfile.kde index 283bf7d..76ae057 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -22,6 +22,7 @@ RUN dnf5 -y remove bash-color-prompt # Apply configuration COPY etc /etc +COPY usr /usr # Apply hardened firewall configuration RUN firewall-offline-cmd --set-default-zone public