We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1349e98 commit 43509b6Copy full SHA for 43509b6
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get install -y curl git net-tools iputils-ping ntp gnupg2
18
19
# install mongodb
20
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4
21
-RUN echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
+echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
22
RUN apt-get update
23
RUN apt-get install -y mongodb-org
24
RUN service mongod start
0 commit comments