mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
using sudo to get utilities
This commit is contained in:
@ -5,7 +5,7 @@ FROM centos/nodejs-12-centos7
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Installing tools needed for rpmbuild
|
# 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
|
# LOG: check contents
|
||||||
RUN pwd && ls -la
|
RUN pwd && ls -la
|
||||||
|
Reference in New Issue
Block a user