mmornati / docker-mock-rpmbuilder

Build RPMs using the Mock Project (for any platform)
GNU General Public License v2.0
62 stars 42 forks source link

install epel-release direct from centos #6

Closed mmckinst closed 8 years ago

mmckinst commented 8 years ago

the epel-release package can be installed direct from CentOS

ozbillwang commented 8 years ago

seems we raised the same pull request (this is mine #7)

But I will recommend to install repo first, and do the yum update

mmckinst commented 8 years ago

For the record, I installed the repo after the yum update because the centos docker image might have out of date package metadata when its first started, a yum update will fix that.