mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
build: install diffutils in test container image
Depending on the local changes, running 'make containerized-test' fails with an error like: level=error msg="Running error: gofmt: error computing diff: exec: \"diff\": executable file not found in $PATH" Installing the diffutils package makes sure 'go fmt' finds the executable. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
ebb413534f
commit
11e1eda98b
@ -31,6 +31,7 @@ RUN source /build.env \
|
||||
ShellCheck \
|
||||
yamllint \
|
||||
npm \
|
||||
diffutils \
|
||||
python3-prettytable \
|
||||
pylint \
|
||||
&& dnf -y update \
|
||||
|
Loading…
Reference in New Issue
Block a user