Skip to content
Snippets Groups Projects
Commit 3d1e4f48 authored by Swapnil Kulkarni (coolsvap)'s avatar Swapnil Kulkarni (coolsvap)
Browse files

Update Mongodb dockerfile for formatting

Change-Id: Id3241ee4512723ce4afca7c904de5287e06160be
Partial-Bug:#1569417
parent 3f9f267a
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