From 419d9634b4bdd9f8f594c77f5bcb60f9c88b5d35 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 28 Apr 2023 19:05:44 +0100 Subject: [PATCH] update Dockerfile to include make g++ --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 65375672..e4bf704a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,7 @@ FROM node:18-alpine USER root RUN apk add --no-cache git -RUN apk add --no-cache python3 py3-pip +RUN apk add --no-cache python3 py3-pip make g++ # You can install a specific version like: flowise@1.0.0 RUN npm install -g flowise