Skip to content

Commit

Permalink
Update for pandoc 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huub de Beer committed Aug 19, 2022
1 parent aa04bfc commit 611a6de
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 @@ -2,8 +2,8 @@ FROM ruby:3.1
ENV LANG C.UTF-8
RUN apt-get update \
; apt-get install -y wget texlive-base \
; wget -q https://github.com/jgm/pandoc/releases/download/2.19/pandoc-2.19-1-amd64.deb \
; apt-get install ./pandoc-2.19-1-amd64.deb \
; wget -q https://github.com/jgm/pandoc/releases/download/2.19.1/pandoc-2.19.1-1-amd64.deb \
; apt-get install ./pandoc-2.19.1-1-amd64.deb \
; useradd -ms /bin/bash paru-user
USER paru-user
SHELL ["/bin/bash", "-l", "-c"]
Expand Down

0 comments on commit 611a6de

Please sign in to comment.