Add python3 make g++

Issue - https://github.com/FlowiseAI/Flowise/issues/241
This commit is contained in:
Henry Heng 2023-06-05 21:18:40 +01:00 committed by GitHub
parent aa8996a982
commit 971de6b1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# docker run -d -p 3000:3000 flowise
FROM node:18-alpine
RUN apk add --update libc6-compat
RUN apk add --update libc6-compat python3 make g++
WORKDIR /usr/src/packages