Skip to content

Commit

Permalink
Merge pull request #5644 from jkonecny12/master-fix-dnf5-copr
Browse files Browse the repository at this point in the history
infra: Migrate to DNF5 copr plugin install
  • Loading branch information
jkonecny12 authored May 10, 2024
2 parents aa1f261 + 44bbd4c commit c416525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile/anaconda-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY ["anaconda.spec.in", "requirements.txt", "/root/"]
# Prepare environment and install build dependencies
RUN set -ex; \
dnf install -y \
'dnf-command(copr)'; \
'dnf5-command(copr)'; \
# Enable COPR repositories
if ! grep -q VARIANT.*eln /etc/os-release; then \
BRANCH="${git_branch}"; \
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/anaconda-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -ex; \
dnf update -y; \
# Install dependencies
dnf install -y \
'dnf-command(copr)' \
'dnf5-command(copr)' \
git \
curl \
python3-polib \
Expand Down

0 comments on commit c416525

Please sign in to comment.