Removed MAINTAINER, skip yum updates

This commit is contained in:
Deon George 2017-05-25 21:45:53 +10:00
parent 1967ccebda
commit b4fd617e7e

View File

@ -2,7 +2,6 @@
# VERSION 7 # VERSION 7
FROM centos:7 FROM centos:7
MAINTAINER deon@leenooks.net
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
RUN yum -y install http://yum.leenooks.net/repo-7.rpm && yum -y update && yum clean all && rm -rf /var/tmp/* RUN yum -y install http://yum.leenooks.net/repo-7.rpm && yum clean all && rm -rf /var/tmp/*