Skip to content

Commit

Permalink
update Dockerfile to include make g++
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Apr 28, 2023
1 parent 0cdda98 commit 419d963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
RUN npm install -g flowise
Expand Down

0 comments on commit 419d963

Please sign in to comment.