Merge "Update Mongodb dockerfile for formatting"
This commit is contained in:
commit
030619535e
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user