Skip to content

Commit

Permalink
add deps to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2024
1 parent 8c24aa7 commit 0437a6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0437a6a

Please sign in to comment.