Skip to content
Snippets Groups Projects
Commit 74618fda authored by Sam Yaple's avatar Sam Yaple
Browse files

Ubuntu - memcached

Change-Id: I35a741b4009b997ee715fe3728053d01c6e92281
Partially-Implements: blueprint install-from-ubuntu
parent 44aa4af5
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
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