Commit b035cda4 by Brian Holsen

add -y option to yum command

parent b39683ac
...@@ -3,7 +3,7 @@ FROM openshift/base-centos7 ...@@ -3,7 +3,7 @@ FROM openshift/base-centos7
MAINTAINER Brian Holsen <BrianHolsen@outlook.com> MAINTAINER Brian Holsen <BrianHolsen@outlook.com>
#Install package for crontab #Install package for crontab
RUN yum install cronie RUN yum install -y cronie
USER 1001 USER 1001
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment