Skip to content
Snippets Groups Projects
Commit 9f1729ef authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix missing line break in memcached template"

parents ddec5767 f17c1beb
No related branches found
No related tags found
No related merge requests found
......@@ -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'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment