From 2d25f9a835147d9acad659cf5664433f0b7386d4 Mon Sep 17 00:00:00 2001 From: ver4a Date: Sun, 17 Nov 2024 22:03:19 +0100 Subject: [PATCH] Apply changes to usr --- Dockerfile.gnome | 1 + Dockerfile.kde | 1 + 2 files changed, 2 insertions(+) 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