add nedb dependency to docker image
fixes problems with plugins as referenced here https://github.com/ryanblenis/MeshCentral-ScriptTask/issues/23
Einar Stenberg committed
Dec 12, 2021 at 22:04 UTC
c81be50a6fd6b990b1622dcaa912b10bd10156f1
1 file changed
+3
-1
docker/Dockerfile
+3
-1
@@ -16,7 +16,9 @@ WORKDIR /opt/meshcentral
16
17
RUN npm install meshcentral
18
19
-#Copy config template and startup script
19
+#Install dependencies for plugins
20
+RUN npm install nedb
21
+
22
COPY config.json.template /opt/meshcentral/config.json.template
23
COPY startup.sh startup.sh
24
#environment variables