diff --git a/Dockerfile b/Dockerfile index daa1b17..ee78b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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