Update Mongodb dockerfile for formatting

Change-Id: Id3241ee4512723ce4afca7c904de5287e06160be
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 21:51:32 +05:30
parent 3f9f267a42
commit 3d1e4f4836
1 changed files with 2 additions and 1 deletions

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 %}