Ubuntu - memcached

Change-Id: I35a741b4009b997ee715fe3728053d01c6e92281
Partially-Implements: blueprint install-from-ubuntu
This commit is contained in:
Sam Yaple 2015-08-23 11:34:33 +00:00
parent 44aa4af5f5
commit 74618fdaf2

View File

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