Update Mongodb dockerfile for formatting
Change-Id: Id3241ee4512723ce4afca7c904de5287e06160be Partial-Bug:#1569417
This commit is contained in:
parent
3f9f267a42
commit
3d1e4f4836
@ -10,7 +10,8 @@ RUN yum -y install \
|
|||||||
|
|
||||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
{% 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
|
&& apt-get clean
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user