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

Merge "Ubuntu - memcached"

parents 63039dfa 74618fda
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