Try to make the image even smaller
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m4s

This commit is contained in:
Carlos Mogas da Silva 2024-12-04 16:27:38 +00:00
parent 914981620f
commit 058cfccd52

View file

@ -7,7 +7,7 @@ LABEL org.opencontainers.image.authors="Carlos Mogas da Silva <r3pek@r3pek.org>"
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 dnf clean all && rm -rf /var/cache/dnf/*
COPY entrypoint.sh / COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh