Add python3 make g++
Issue - https://github.com/FlowiseAI/Flowise/issues/241
This commit is contained in:
parent
aa8996a982
commit
971de6b1ed
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue