Update Mesos dockerfiles for formatting
Change-Id: I933c483912e4a7c5b59623357329c98961dfdb57 Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
349d32fcec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user