Skip to content

Commit

Permalink
Merge pull request #20 from moigagoo/bugfix/update_pandoc
Browse files Browse the repository at this point in the history
Update Pandoc.
  • Loading branch information
moigagoo authored Mar 8, 2024
2 parents ba38044 + 60edc45 commit dc7de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-pandoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ghcr.io/foliant-docs/foliant/foliant

ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y wget texlive-full librsvg2-bin
RUN wget https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-1-amd64.deb && dpkg -i pandoc-2.10-1-amd64.deb
RUN wget https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-1-amd64.deb && dpkg -i pandoc-3.1.12.2-1-amd64.deb
RUN pip3 install foliantcontrib.pandoc

0 comments on commit dc7de39

Please sign in to comment.