2 Commits

Author SHA1 Message Date
13cf204bc3 Merge branch 'master' of https://github.com/naveenrajm7/rpmbuild
Update Action Name
2020-03-31 03:32:11 +05:30
0354642598 added python 2020-03-31 03:18:24 +05:30

View File

@ -5,7 +5,7 @@ FROM centos:7
COPY . . COPY . .
# Installing tools needed for rpmbuild , depends on specfile # Installing tools needed for rpmbuild , depends on specfile
RUN yum install -y rpm-build rpmdevtools gcc make coreutils RUN yum install -y rpm-build rpmdevtools gcc make coreutils python
# Setting up node to run our JS file # Setting up node to run our JS file
# Download Node Linux binary # Download Node Linux binary