Merge "Update Marathon dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:38:28 +00:00 committed by Gerrit Code Review
commit 135ae2cf8c

View File

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