File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ MAINTAINER Lalit Jain, lalitkumarj@gmail.com
33
44# Install MongoDB and its tools
55RUN \
6- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 && \
7- echo "deb http://repo.mongodb.org/apt/debian jessie /mongodb-org/3.4 main" > /etc/apt/sources.list.d/mongodb-org-3.4 .list && \
8- echo "deb http://ftp.debian.org/debian jessie -backports main" > /etc/apt/sources.list && \
6+ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 && \
7+ echo "deb http://repo.mongodb.org/apt/debian stretch /mongodb-org/3.6 main" | tee /etc/apt/sources.list.d/mongodb-org-3.6 .list && \
8+ echo "deb http://ftp.debian.org/debian stretch -backports main" > /etc/apt/sources.list && \
99 apt-get update -y && \
10- apt-get install -y libssl1.0.0 && \
11- apt-get install -y mongodb-org=3.4.15
10+ apt-get install -y mongodb-org=3.6.11
1211
1312# Install python dependencies for next_backend
1413ADD requirements.txt /requirements.txt
You can’t perform that action at this time.
0 commit comments