Add rpmautospec to copr runner as well

This commit is contained in:
2026-03-21 00:39:17 +01:00
parent 56aab0782b
commit 63548b5fad
+1 -3
View File
@@ -12,7 +12,7 @@ RUN echo install_weak_deps=false >> /etc/dnf/dnf.conf && \
microdnf repo list && \
microdnf -y remove python3-dnf && \
microdnf -y --refresh upgrade && \
microdnf -y install --nodocs copr-cli copr-rpmbuild rpm-build rpmdevtools && \
microdnf -y install --nodocs copr-cli copr-rpmbuild rpm-build rpmdevtools rpmautospec && \
microdnf clean all && \
rm -fR /usr/share/{zoneinfo,locale}
@@ -30,5 +30,3 @@ org.opencontainers.image.title="Official Gitea Actions runner images" \
org.opencontainers.image.url=https://git.demus.dk/demus/gitea-act-runner-images \
org.opencontainers.image.vendor="Daniel Demus" \
org.opencontainers.image.version=v${VERSION}