Enable demus/packages copr to include demus-packaging
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user