We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d66015 commit f6cb468Copy full SHA for f6cb468
engine/examples/mongodb.md
@@ -63,7 +63,7 @@ a MongoDB repository file for the package manager.
63
# Installation:
64
# Import MongoDB public GPG key AND create a MongoDB list file
65
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
66
-RUN apt-get install --no-install-recommends software-properties-common
+RUN apt-get install -y --no-install-recommends software-properties-common
67
RUN echo "deb http://repo.mongodb.org/apt/ubuntu $(cat /etc/lsb-release | grep DISTRIB_CODENAME | cut -d= -f2)/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list
68
```
69
0 commit comments