Skip to content

Commit

Permalink
Merge pull request #38 from mpepping/node-bump
Browse files Browse the repository at this point in the history
build improvements
  • Loading branch information
mpepping authored Aug 9, 2024
2 parents 9222169 + 0307701 commit 956edc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url "https://github.com/mpepping/pandoc/pkgs/cont
RUN dnf install -y \
chromium \
ghostscript \
npm \
nodejs \
pandoc \
texlive-babel-english.noarch \
texlive-catchfile.noarch \
Expand Down Expand Up @@ -41,6 +41,6 @@ RUN dnf install -y \
ENV CHROME_BIN="/usr/bin/chromium-browser" \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"

RUN npm install -g mermaid-filter@1.4.5 --unsafe-perm=true
RUN npm install -g mermaid-filter@1.4.6 --unsafe-perm=true

ENTRYPOINT [ "pandoc" ]

0 comments on commit 956edc8

Please sign in to comment.