diff --git a/Dockerfile.gnome b/Dockerfile.gnome index 4b25ec1..c0dfa7f 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -23,9 +23,6 @@ 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 a14f30b..e619e39 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -23,9 +23,6 @@ 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