install dependencies

This commit is contained in:
Naveenraj M
2020-03-30 00:11:29 +05:30
parent 988866ee8e
commit d031b9a6f9

View File

@ -4,8 +4,8 @@ FROM centos:7
# Copying all contents of rpmbuild repo inside container
COPY . .
# Installing tools needed for rpmbuild
RUN yum install -y rpm-build rpmdevtools
# Installing tools needed for rpmbuild , depends on specfile
RUN yum install -y rpm-build rpmdevtools gcc make coreutils
# Setting up node to run our JS file
# Download Node Linux binary