We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0437a6a commit f60e65eCopy full SHA for f60e65e
Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --no-cache ttf-hack
4
5
# Install dependencies for diagrams
6
RUN apk add --no-cache graphviz
7
-RUN apk add --no-cache nodejs
+RUN apk add --no-cache nodejs npm
8
RUN npm install -g @mermaid-js/mermaid-cli
9
10
# Install additional LaTeX packages
0 commit comments