Clean DNF caches
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m28s
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m28s
This commit is contained in:
parent
870d00529e
commit
ffc01c9d57
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue