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
+1 -1
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