install which used by nvm.sh

This commit is contained in:
Naveenraj M
2020-03-29 02:06:59 +05:30
parent 3b7946ffd2
commit 9c3198f971

View File

@ -5,7 +5,7 @@ FROM centos:7
COPY . .
# Installing tools needed for rpmbuild
RUN yum install -y gcc rpm-build rpm-devel rpmlint make bash coreutils rpmdevtools
RUN yum install -y gcc rpm-build rpm-devel rpmlint make bash coreutils rpmdevtools which
# LOG: check contents
RUN pwd && ls -la