Skip to content

Commit

Permalink
Remove dnf5-unstable repo
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Nov 14, 2023
1 parent 9942c73 commit 045eece
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ RUN set -x && \

# enable dnf5
RUN set -x && \
dnf -y copr enable rpmsoftwaremanagement/dnf5-unstable; \
# enable dnf-nightly as well to get librepo and libsolv
dnf -y copr enable rpmsoftwaremanagement/dnf-nightly; \
dnf -y install dnf5-plugins; \
# run upgrade before distro-sync in case there is a new version in dnf-nightly that has a new dependency
Expand Down

0 comments on commit 045eece

Please sign in to comment.