Skip to content

Commit

Permalink
fix: chrome installation in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
tssge committed Nov 13, 2023
1 parent 86beaf2 commit c87660b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /action/workspace
ENV CHROME_BIN="/usr/bin/chromium-browser"
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"

RUN apk add --update chromium npm bash gmp-dev librsvg-dev
RUN npm install -g [email protected] --unsafe-perm=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 c87660b

Please sign in to comment.