Merge "Ubuntu - memcached"

This commit is contained in:
Jenkins 2015-08-24 14:47:10 +00:00 committed by Gerrit Code Review
commit 6cb6c088f7

@ -8,8 +8,8 @@ RUN yum -y install memcached \
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
RUN apt-get install -y --no-install-recommends memcached \
&& apt-get clean
{% endif %}