Skip to content

Commit

Permalink
Install the latest stable node and npm and add an extra package calle…
Browse files Browse the repository at this point in the history
…d mermaid

Signed-off-by: Rafael Sene <rafael@riscv.org>
  • Loading branch information
rpsene committed Dec 5, 2023
1 parent 779e60a commit e42baa5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfiles/ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
pygments.rb \
rghost \
rouge \
chromium \
ruby_dev && \
npm install -g wavedrom-cli@2.6.8 bytefield-svg@1.8.0
npm install -g npm@latest \
npm cache clean -f \
npm install -g n \
n stable \
npm install -g wavedrom-cli@2.6.8 bytefield-svg@1.8.0 @mermaid-js/mermaid-cli

0 comments on commit e42baa5

Please sign in to comment.