Merge "Update Mesos dockerfiles for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:18:15 +00:00 committed by Gerrit Code Review
commit ace413f11d
2 changed files with 2 additions and 2 deletions
docker/mesos
mesos-base
mesos-slave

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

@ -7,7 +7,7 @@ COPY docker.repo /etc/yum.repos.d/docker.repo
RUN rpm --import https://yum.dockerproject.org/gpg
RUN yum install -y \
RUN yum -y install \
docker-engine \
&& yum clean all