File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
4343 wget -qO- https://deb.nodesource.com/setup_20.x | bash - && \
4444 # data_migration (mongo clients)
4545 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
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