mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
change to base image with node
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Using CentOS as base image to support rpmbuild
|
||||
FROM centos:7
|
||||
# Using CentOS 7 with Node 12 as base image to support rpmbuild
|
||||
FROM centos/nodejs-12-centos7
|
||||
|
||||
# Copying all contents of rpmbuild repo inside container
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user