Added mysql dependency

Daan committed May 19, 2025 at 17:52 UTC 6bb6b186ce0a4d70bc0a3c3623f94a42291068e3
1 file changed +1 -1
docker/Dockerfile
+1 -1
@@ -150,7 +150,7 @@ RUN case "$INCLUDE_POSTGRESQL_TOOLS" in \
150 RUN case "$INCLUDE_MARIADB_TOOLS" in \
151 true|yes|TRUE|YES) \
152 apk add --no-cache mariadb-client && \
153 - cd meshcentral && npm install mariadb@3.4.0 \
153 + cd meshcentral && npm install mariadb@3.4.0 mysql2@3.11.4-canary.401db79b \
154 ;; \
155 false|no|FALSE|NO) \
156 echo "Not including MariaDB/MySQL Tools.";; \