Ubuntu - memcached
Change-Id: I35a741b4009b997ee715fe3728053d01c6e92281 Partially-Implements: blueprint install-from-ubuntu
This commit is contained in:
parent
44aa4af5f5
commit
74618fdaf2
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user