Skip to content

Commit

Permalink
Downgrade pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Aug 2, 2024
1 parent 0862a06 commit f3e2c06
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 @@ -76,8 +76,8 @@ COPY install_scripts/install_quarto.sh /install_scripts/install_quarto.sh
RUN chmod +x install_scripts/install_quarto.sh &&\
install_scripts/install_quarto.sh

RUN wget https://github.com/jgm/pandoc/releases/download/3.3/pandoc-3.3-1-amd64.deb &&\
dpkg -i pandoc-3.3-1-amd64.deb
RUN wget https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-1-amd64.deb &&\
dpkg -i pandoc-3.1.6.2-1-amd64.deb

# Install phantomjs
COPY install_scripts/install_phantomjs.sh /install_scripts/install_phantomjs.sh
Expand Down

0 comments on commit f3e2c06

Please sign in to comment.