Skip to content

Commit

Permalink
container: install git-lfs by default
Browse files Browse the repository at this point in the history
Per this error:
+ git checkout 74ff552a...
Previous HEAD position was ...
HEAD is now at 74ff552 ci: ...
This repository is configured for Git LFS but 'git-lfs' was not found on
your path. If you no..
  • Loading branch information
praiskup committed Sep 6, 2024
1 parent f64345e commit f7091cf
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 @@ -8,7 +8,7 @@ RUN dnf -y update && \
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 install -y vcs-diff-lint git git-lfs && \
dnf clean all

CMD /cmd

0 comments on commit f7091cf

Please sign in to comment.