Fix missing line break in memcached template

Change-Id: I22919b5a3bda2f95ebcec6721f2fde868b81e7c6
Closes-Bug: #1486634
This commit is contained in:
Paul Bourke 2015-08-19 16:56:18 +00:00
parent d04ee6b68c
commit f17c1beba8

View File

@ -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'] %}