From 0437a6a8c70d2bd649a338e3950197a335116412 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 28 Feb 2024 21:00:13 -0800 Subject: [PATCH] add deps to dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 63b31b0..31a3185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,11 @@ FROM pandoc/latex:3.2.0-alpine RUN apk add --no-cache ttf-hack +# Install dependencies for diagrams +RUN apk add --no-cache graphviz +RUN apk add --no-cache nodejs +RUN npm install -g @mermaid-js/mermaid-cli + # Install additional LaTeX packages RUN tlmgr update --self && tlmgr install \ algorithmicx \