Update Dockerfile

switch to node slim, 50% file size reduction!

Simon Smith committed May 21, 2022 at 21:29 UTC 915fb3bf156041a873faab92d0957fb2792b810f
1 file changed +1 -7
docker/Dockerfile
+1 -7
@@ -1,12 +1,6 @@
1 # Filename: Dockerfile
2
3 -FROM ubuntu:latest
4 -
5 -# Disable Prompt During Packages Installation
6 -ARG DEBIAN_FRONTEND=noninteractive
7 -
8 -#install dependencies
9 -RUN apt-get update && apt-get install -y nodejs npm nano
3 +FROM node:slim
4
5 #Add non-root user, add installation directories and assign proper permissions
6 RUN mkdir -p /opt/meshcentral