Add rpmautospec to copr runner as well
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user