update Dockerfile to include make g++

feature/API-Authorization
Henry 2023-04-28 19:05:44 +01:00
parent 0cdda981d9
commit 419d9634b4
1 changed files with 1 additions and 1 deletions

View File

@ -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