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

Merge "Update Mongodb dockerfile for formatting"

parents b2a3d3bb 3d1e4f48
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
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