From 7c1cf94b26f39f13d5498a926649648547a4bdf0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 31 Jan 2023 09:03:07 +0100 Subject: [PATCH] Install csdiff from git master For now, we need the csgrep --prepend-path-prefix option. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e146894..25b3239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY container/ / RUN dnf -y install dnf-plugins-core && \ dnf -y copr enable @copr/vcs-diff-lint && \ + dnf -y copr enable @codescan/csutils && \ dnf install -y vcs-diff-lint git && \ dnf clean all