change to base image with node

This commit is contained in:
Naveenraj M
2020-03-29 01:31:20 +05:30
parent 3eecffe906
commit 4365862e5f

View File

@ -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 . .