Merge "Update chronos dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-22 11:22:47 +00:00 committed by Gerrit Code Review
commit 39aec94983

View File

@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
chronos \
&& yum clean all