Skip to content

Commit

Permalink
Dockerfiles: Install the mermaid CLI
Browse files Browse the repository at this point in the history
In order to include mermaid diagrams that are both github and asciidoc
compatible, we need to include the mermaid-cli package.

With that CLI, we can convert github mermaid diagrams on the fly, as
shown in riscv-non-isa/riscv-ap-tee-io#43

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
sameo committed Dec 3, 2023
1 parent 779e60a commit 03c8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
rghost \
rouge \
ruby_dev && \
npm install -g [email protected] [email protected]
npm install -g [email protected] [email protected] @mermaid-js/mermaid-cli@9

0 comments on commit 03c8c3a

Please sign in to comment.