Try to make the image even smaller
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m4s
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m4s
This commit is contained in:
parent
914981620f
commit
058cfccd52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue