centos 8 version of rpmbuild

This commit is contained in:
Naveenraj M
2020-04-01 00:37:07 +05:30
parent 0241680a99
commit 55f9d4afcf

View File

@ -1,5 +1,5 @@
# Using CentOS 7 as base image to support rpmbuild (packages will be Dist el7)
FROM centos:7
# Using CentOS 8 as base image to support rpmbuild (packages will be Dist el8)
FROM centos:8
# Copying all contents of rpmbuild repo inside container
COPY . .