From 03c8c3ac9a9f2bb1637a98b74bf1929e81d16b58 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Sun, 3 Dec 2023 18:54:31 +0100 Subject: [PATCH] Dockerfiles: Install the mermaid CLI 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 https://github.com/riscv-non-isa/riscv-ap-tee-io/pull/43 Signed-off-by: Samuel Ortiz --- Dockerfiles/ubuntu2204 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/ubuntu2204 b/Dockerfiles/ubuntu2204 index 2f67e44..e7972ea 100644 --- a/Dockerfiles/ubuntu2204 +++ b/Dockerfiles/ubuntu2204 @@ -56,5 +56,5 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ rghost \ rouge \ ruby_dev && \ - npm install -g wavedrom-cli@2.6.8 bytefield-svg@1.8.0 + npm install -g wavedrom-cli@2.6.8 bytefield-svg@1.8.0 @mermaid-js/mermaid-cli@9