Skip to content

Commit 43509b6

Browse files
author
Marvin Zhang
committed
updated Dockerfile
1 parent 1349e98 commit 43509b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get install -y curl git net-tools iputils-ping ntp gnupg2
1818

1919
# install mongodb
2020
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
21+
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
2222
RUN apt-get update
2323
RUN apt-get install -y mongodb-org
2424
RUN service mongod start

0 commit comments

Comments
 (0)