mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
install dependencies
This commit is contained in:
@ -4,8 +4,8 @@ FROM centos:7
|
|||||||
# Copying all contents of rpmbuild repo inside container
|
# Copying all contents of rpmbuild repo inside container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Installing tools needed for rpmbuild
|
# Installing tools needed for rpmbuild , depends on specfile
|
||||||
RUN yum install -y rpm-build rpmdevtools
|
RUN yum install -y rpm-build rpmdevtools gcc make coreutils
|
||||||
|
|
||||||
# Setting up node to run our JS file
|
# Setting up node to run our JS file
|
||||||
# Download Node Linux binary
|
# Download Node Linux binary
|
||||||
|
Reference in New Issue
Block a user