File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ echo Alerta WebUI ${WEBUI_VERSION}
8989
9090nginx -v
9191echo uwsgi $( uwsgi --version)
92- mongo --version | grep MongoDB
92+ mongosh --version
9393psql --version
9494python3 --version
9595/venv/bin/pip list
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor
6767 echo "deb [signed-by=/usr/share/keyrings/mongodb-archive-keyring.gpg] https://repo.mongodb.org/apt/debian bookworm/mongodb-org/7.0 main" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
6868 apt-get update && \
6969 apt-get install -y --no-install-recommends \
70- mongodb-org-shell && \
70+ mongodb-mongosh && \
7171 apt-get -y clean && \
7272 apt-get -y autoremove && \
7373 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments