Skip to content

Commit 2368c8a

Browse files
committed
Add chronium
1 parent 8b17c5d commit 2368c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-resources-with-pandoc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ RESOURCES_DIR="${ROOT_DIR}/public/resources"
66
# Install pandoc mermaid-filter via npm
77
# https://github.com/raghur/mermaid-filter?tab=readme-ov-file#installation-and-usage
88
apk update
9-
apk add -y --no-cache nodejs npm
9+
apk add --no-cache nodejs npm chromium
1010
export puppeteer_skip_chromium_download=true
11+
export PUPPETEER_EXECUTABLE_PATH: '/usr/bin/google-chrome-stable'
1112
npm i -g mermaid-filter
1213

1314
# Java

0 commit comments

Comments
 (0)