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

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
parent 44aa4af5
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
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