Skip to content

Commit

Permalink
Install csdiff from git master
Browse files Browse the repository at this point in the history
For now, we need the csgrep --prepend-path-prefix option.
  • Loading branch information
praiskup committed Jan 31, 2023
1 parent e5fbf30 commit 7c1cf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c1cf94

Please sign in to comment.