Enable demus/packages copr to include demus-packaging

This commit is contained in:
2026-07-04 10:08:07 +02:00
parent 4d8771ec53
commit 39ea6daec7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ ARG VERSION
RUN echo install_weak_deps=false >> /etc/dnf/dnf.conf && \
microdnf -y install --nodocs dnf5-plugins && \
microdnf config-manager addrepo --overwrite --create-missing-dir --from-repofile=https://git.demus.dk/api/packages/demus/rpm/demus-${REPO}.repo && \
microdnf -y config-manager addrepo --overwrite --create-missing-dir --from-repofile=https://git.demus.dk/api/packages/demus/rpm/demus-${REPO}.repo && \
microdnf -y copr enable demus/packages && \
microdnf repo list && \
microdnf -y remove python3-dnf && \
microdnf -y --refresh upgrade && \
+2 -1
View File
@@ -8,7 +8,8 @@ ARG VERSION
RUN echo install_weak_deps=false >> /etc/dnf/dnf.conf && \
microdnf -y install --nodocs dnf5-plugins && \
microdnf config-manager addrepo --overwrite --create-missing-dir --from-repofile=https://git.demus.dk/api/packages/demus/rpm/demus-${REPO}.repo && \
microdnf -y config-manager addrepo --overwrite --create-missing-dir --from-repofile=https://git.demus.dk/api/packages/demus/rpm/demus-${REPO}.repo && \
microdnf -y copr enable demus/packages && \
microdnf repo list && \
microdnf -y remove python3-dnf && \
microdnf -y --refresh upgrade && \