Skip to content

Commit

Permalink
Fix dnf5 copr problem
Browse files Browse the repository at this point in the history
  • Loading branch information
msrb committed May 17, 2024
1 parent f656369 commit a5e6f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL description="rpminspect for Fedora CI"
ENV RPMINSPECT_PACKAGE_NAME=rpminspect
ENV RPMINSPECT_DATA_PACKAGE_NAME=rpminspect-data-fedora

RUN dnf -y install 'dnf-command(copr)' && \
RUN dnf -y install 'dnf5-command(copr)' && \
dnf -y copr enable dcantrell/rpminspect && \
dnf -y copr enable @osci/fedora-license-data

Expand Down

0 comments on commit a5e6f4c

Please sign in to comment.