File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
4242 # node
4343 wget -qO- https://deb.nodesource.com/setup_20.x | bash - && \
4444 # data_migration (mongo clients)
45- wget -qO - https://www.mongodb.org/static/pgp/server-6 .0.asc | sudo apt-key add - && \
46- echo "deb [ arch=amd64,arm64 ] https ://repo.mongodb.org /apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0 .list && \
45+ wget -qO - https://www.mongodb.org/static/pgp/server-8 .0.asc | sudo apt-key add - && \
46+ echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] http ://repo.mongodb.com /apt/ubuntu focal/mongodb-enterprise/8.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-8.2 .list
4747 apt-get update && \
4848 apt-get install -y nodejs mongodb-mongosh mongodb-org-tools && \
4949 \
You can’t perform that action at this time.
0 commit comments