Skip to content

Commit

Permalink
Add chronium
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n committed Dec 25, 2024
1 parent 8b17c5d commit 2368c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ RESOURCES_DIR="${ROOT_DIR}/public/resources"
# Install pandoc mermaid-filter via npm
# https://github.com/raghur/mermaid-filter?tab=readme-ov-file#installation-and-usage
apk update
apk add -y --no-cache nodejs npm
apk add --no-cache nodejs npm chromium
export puppeteer_skip_chromium_download=true
export PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome-stable'
npm i -g mermaid-filter

# Java
Expand Down

0 comments on commit 2368c8a

Please sign in to comment.