Skip to content

Commit

Permalink
Merge pull request #116 from inbo/docker-update
Browse files Browse the repository at this point in the history
update pandoc
  • Loading branch information
hansvancalster authored Jun 5, 2024
2 parents e075c68 + 8838239 commit 19e1ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN apt-get update \
COPY docker/Rprofile.site $R_HOME/etc/Rprofile.site

## Install pandoc
RUN wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb \
&& dpkg -i pandoc-2.7.3-1-amd64.deb \
&& rm pandoc-2.7.3-1-amd64.deb
RUN wget https://github.com/jgm/pandoc/releases/download/3.1.11/pandoc-3.1.11-1-amd64.deb \
&& dpkg -i pandoc-3.1.11-1-amd64.deb \
&& rm pandoc-3.1.11-1-amd64.deb

## Install git depencencies
RUN apt-get update \
Expand Down

0 comments on commit 19e1ae0

Please sign in to comment.