Skip to content

Commit f60e65e

Browse files
install npm
1 parent 0437a6a commit f60e65e

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)