using sudo to get utilities

This commit is contained in:
Naveenraj M
2020-03-29 01:34:36 +05:30
parent 4365862e5f
commit e2b932d4bb

View File

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