mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 12:13:51 +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
|
# Using CentOS 7 with Node 12 as base image to support rpmbuild
|
||||||
FROM centos:7
|
FROM centos/nodejs-12-centos7
|
||||||
|
|
||||||
# Copying all contents of rpmbuild repo inside container
|
# Copying all contents of rpmbuild repo inside container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Reference in New Issue
Block a user