Skip to content

Commit 38ce851

Browse files
authored
remove cmake from dockerfile
1 parent 1ee6f1f commit 38ce851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ USER root
44

55
RUN apk add --no-cache git
66
RUN apk add --no-cache python3 py3-pip make g++
7-
RUN apk add --no-cache cmake
87
# needed for pdfjs-dist
98
RUN apk add --no-cache build-base cairo-dev pango-dev
109

@@ -19,4 +18,4 @@ RUN npm install -g flowise
1918

2019
WORKDIR /data
2120

22-
CMD "flowise"
21+
CMD "flowise"

0 commit comments

Comments
 (0)