Skip to content

Commit

Permalink
fix: let puppeteer download the chrome it prefers
Browse files Browse the repository at this point in the history
  • Loading branch information
tssge committed Nov 13, 2023
1 parent ab866d7 commit b10ecb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ FROM pandoc/latex:2.13

WORKDIR /action/workspace

ENV CHROME_BIN="/usr/bin/chromium-browser"
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"

RUN apk add --update npm bash gmp-dev librsvg-dev
RUN npm install -g [email protected] mermaid-js --unsafe-perm=true
RUN node node_modules/puppeteer/install.js

ENTRYPOINT ["pandoc", "-F", "mermaid-filter", "-o"]

0 comments on commit b10ecb2

Please sign in to comment.