Ubuntu - Mongodb

This is only to get the container building and not failing for Ubuntu.
The actual implementation of this container is not done for either
Centos or Ubuntu builds.

Change-Id: I48dc9fe75adffe4df1d66a70f01cded1e1b17934
Partially-Implements: blueprint install-from-ubuntu
This commit is contained in:
Sam Yaple 2015-08-23 11:47:58 +00:00
parent 44aa4af5f5
commit 8fbed14b5e

View File

@ -10,8 +10,8 @@ RUN yum -y install \
{% 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 mongodb-server \
&& apt-get clean
{% endif %}