Merge "Update Mongodb dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 08:57:43 +00:00 committed by Gerrit Code Review
commit 030619535e

View File

@ -10,7 +10,8 @@ RUN yum -y install \
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install -y --no-install-recommends mongodb-server \
RUN apt-get install -y --no-install-recommends \
mongodb-server \
&& apt-get clean
{% endif %}