install git, rpmsign
ContainerImages/build.rpm/pipeline/head This commit looks good
Details
ContainerImages/build.rpm/pipeline/head This commit looks good
Details
parent
c730a1ee69
commit
b1c5a6d71c
|
@ -3,7 +3,9 @@ FROM git.pyrocufflink.net/containerimages/dch-base
|
||||||
RUN --mount=type=cache,target=/var/cache \
|
RUN --mount=type=cache,target=/var/cache \
|
||||||
microdnf install -y \
|
microdnf install -y \
|
||||||
--setopt install_weak_deps=0 \
|
--setopt install_weak_deps=0 \
|
||||||
|
git-core \
|
||||||
mock \
|
mock \
|
||||||
mock-core-configs \
|
mock-core-configs \
|
||||||
rpm-build \
|
rpm-build \
|
||||||
|
rpm-sign \
|
||||||
&& :
|
&& :
|
||||||
|
|
Loading…
Reference in New Issue