Merge "Fix missing line break in memcached template"

This commit is contained in:
Jenkins 2015-08-20 07:56:35 +00:00 committed by Gerrit Code Review
commit 9f1729ef82

@ -3,7 +3,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if base_distro in ['fedora', 'centos', 'oraclelinux'] %}
RUN yum -y install memcached
RUN yum -y install memcached \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}