mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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 \
|
ShellCheck \
|
||||||
yamllint \
|
yamllint \
|
||||||
npm \
|
npm \
|
||||||
|
diffutils \
|
||||||
python3-prettytable \
|
python3-prettytable \
|
||||||
pylint \
|
pylint \
|
||||||
&& dnf -y update \
|
&& dnf -y update \
|
||||||
|
Loading…
Reference in New Issue
Block a user