1
0
Fork 0

Remove dnf5 metadata cache from image
All checks were successful
/ build-kde (push) Successful in 8m32s
/ build-gnome (push) Successful in 10m20s

This commit is contained in:
ver4a 2024-11-14 15:52:44 +01:00
parent cb38f756e9
commit 0cd8249b2c
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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