Skip to content

Commit 0437a6a

Browse files
add deps to dockerfile
1 parent 8c24aa7 commit 0437a6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ FROM pandoc/latex:3.2.0-alpine
22

33
RUN apk add --no-cache ttf-hack
44

5+
# Install dependencies for diagrams
6+
RUN apk add --no-cache graphviz
7+
RUN apk add --no-cache nodejs
8+
RUN npm install -g @mermaid-js/mermaid-cli
9+
510
# Install additional LaTeX packages
611
RUN tlmgr update --self && tlmgr install \
712
algorithmicx \

0 commit comments

Comments
 (0)