fix monogdb-js/saslprep actually needs installing #7265

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2025-09-30 17:45:21 +01:00
parent 4c9729290d
commit f2a2676cbb
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ RUN case "$INCLUDE_MONGODB_TOOLS" in \
apk add --no-cache mongodb-tools && \
cd meshcentral && \
echo -e "----------\nPREINSTALLING MONGODB LIBRARIES...\n----------"; \
npm install mongodb@4.17.2;; \
npm install mongodb@4.17.2 @mongodb-js/saslprep@1.3.1;; \
false|no|FALSE|NO) \
echo "Not including MongoDB Tools.";; \
*) \