Skip to content

Commit

Permalink
install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2024
1 parent 0437a6a commit f60e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache ttf-hack

# Install dependencies for diagrams
RUN apk add --no-cache graphviz
RUN apk add --no-cache nodejs
RUN apk add --no-cache nodejs npm
RUN npm install -g @mermaid-js/mermaid-cli

# Install additional LaTeX packages
Expand Down

0 comments on commit f60e65e

Please sign in to comment.