mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
fix monogdb-js/saslprep actually needs installing #7265
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -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.";; \
|
||||
*) \
|
||||
|
||||
Reference in New Issue
Block a user