From f016f32ceffac01ae10edf9bafcdcd94b3c08dcc Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 23 Feb 2024 08:56:45 +0100 Subject: [PATCH] Enable @osci/fedora-license-data copr for Fedora --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d9db36..51e8dc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ ENV RPMINSPECT_PACKAGE_NAME=rpminspect ENV RPMINSPECT_DATA_PACKAGE_NAME=rpminspect-data-fedora RUN dnf -y install 'dnf-command(copr)' && \ - dnf -y copr enable dcantrell/rpminspect + dnf -y copr enable dcantrell/rpminspect && \ + dnf -y copr enable @osci/fedora-license-data # We enable updates-testing to pull in the latest annobin RUN dnf install -y --enablerepo=updates-testing \