Need to install jq too
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m51s
All checks were successful
Build docker image / build-and-publish (push) Successful in 2m51s
This commit is contained in:
parent
8841a1df54
commit
c8a6c1f7f8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="Carlos Mogas da Silva <r3pek@r3pek.org>"
|
||||||
maintainer="Carlos Mogas da Silva <r3pek@r3pek.org>"
|
maintainer="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 jq; \
|
||||||
dnf clean all && rm -rf /var/cache/dnf/*
|
dnf clean all && rm -rf /var/cache/dnf/*
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
Loading…
Reference in a new issue