Skip to content

Commit

Permalink
Merge pull request #417 from aj-stein-nist/416-puppeteer-for-mermaid-…
Browse files Browse the repository at this point in the history
…support

Update Dockerfile to install Chromium for Puppeteer support
  • Loading branch information
martinthomson authored Dec 5, 2023
2 parents ce2180e + 7fc3237 commit c269572
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker/math/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ RUN set -e; \
rm -rf "$tmp"; \
apk del .locale_build

RUN apk add npm && npm install -g mathjax-node-cli
RUN apk add --no-cache \
chromium \
nss \
freetype \
harfbuzz \
ttf-freefont \
yarn && \
npm install -g mathjax-node-cli

0 comments on commit c269572

Please sign in to comment.