diff --git a/Dockerfile.gnome b/Dockerfile.gnome index c0dfa7f..4b25ec1 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -23,6 +23,9 @@ RUN dnf5 -y swap nano-default-editor vim-default-editor # Remove default color prompt (is replaced with a custom one) RUN dnf5 -y remove bash-color-prompt +# Remove rpm metadata cache +RUN dnf5 clean all + # Apply configuration COPY etc /etc diff --git a/Dockerfile.kde b/Dockerfile.kde index e619e39..a14f30b 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -23,6 +23,9 @@ RUN dnf5 -y swap nano-default-editor vim-default-editor # Remove default color prompt (is replaced with a custom one) RUN dnf5 -y remove bash-color-prompt +# Remove rpm metadata cache +RUN dnf5 clean all + # Apply configuration COPY etc /etc