mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
ci: install findutils in dockerfile.test
currently getting find command not found and xargs command not found when we run the dockerfile.test. installing findutils to fix it. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
b114a8fdad
commit
9595c89855
@ -17,7 +17,7 @@ ENV \
|
|||||||
GOPATH=${GOPATH} \
|
GOPATH=${GOPATH} \
|
||||||
GOROOT=${GOROOT} \
|
GOROOT=${GOROOT} \
|
||||||
GO111MODULE=on \
|
GO111MODULE=on \
|
||||||
PATH="${GOROOT}/bin:${GOPATH}/bin:/opt/commitlint/node_modules/.bin:${PATH}"
|
PATH="${GOPATH}/bin:${GOROOT}/bin:/opt/commitlint/node_modules/.bin:${PATH}"
|
||||||
|
|
||||||
COPY build.env /
|
COPY build.env /
|
||||||
|
|
||||||
@ -26,16 +26,17 @@ RUN source /build.env \
|
|||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
|
findutils \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
rubygems \
|
rubygems \
|
||||||
ShellCheck \
|
ShellCheck \
|
||||||
codespell \
|
codespell \
|
||||||
yamllint \
|
yamllint \
|
||||||
npm \
|
npm \
|
||||||
diffutils \
|
diffutils \
|
||||||
python3-prettytable \
|
python3-prettytable \
|
||||||
pylint \
|
pylint \
|
||||||
&& dnf -y update \
|
&& dnf -y update \
|
||||||
&& dnf -y clean all \
|
&& dnf -y clean all \
|
||||||
&& gem install mdl \
|
&& gem install mdl \
|
||||||
|
Loading…
Reference in New Issue
Block a user