Clean DNF caches
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m28s

This commit is contained in:
Carlos Mogas da Silva 2024-12-04 00:14:23 +00:00
parent 870d00529e
commit ffc01c9d57

View file

@ -1,7 +1,8 @@
FROM fedora:41 FROM fedora:41
RUN dnf update -y && dnf upgrade -y; \ RUN dnf update -y && dnf upgrade -y; \
dnf install -y mock rpmdevtools dnf install -y mock rpmdevtools; \
dnf clean all
COPY entrypoint.sh / COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh