Skip to content

Commit 27b3869

Browse files
install npm
1 parent 68dc0e0 commit 27b3869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --no-cache ttf-hack
44

55
# Install dependencies for diagrams
66
RUN apk add --no-cache graphviz
7-
RUN apk add --no-cache nodejs
7+
RUN apk add --no-cache nodejs npm
88
RUN npm install -g @mermaid-js/mermaid-cli
99

1010
# Install additional LaTeX packages

0 commit comments

Comments
 (0)