Dev 2.0 #23

Merged
LukeGus merged 44 commits from dev-2.0 into main 2025-03-16 19:17:56 +00:00
Showing only changes of commit 5f6db9be8f - Show all commits

View File

@@ -22,8 +22,7 @@ RUN apt-get update && apt-get install -y \
gnupg \
ca-certificates \
lsb-release \
sudo \
shadow && \
sudo && \
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add - && \
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/debian $(lsb_release -c | awk '{print $2}')/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org-5.0.list && \
apt-get update && apt-get install -y mongodb-org && \