From c5ce6a6746448ff4fd0701622dade2cb3bed80a0 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 21 Feb 2020 16:30:52 +0100 Subject: [PATCH] Add Pandoc --- base/texlive:2018 | 1 + 1 file changed, 1 insertion(+) diff --git a/base/texlive:2018 b/base/texlive:2018 index c3bca62..52157f2 100644 --- a/base/texlive:2018 +++ b/base/texlive:2018 @@ -5,6 +5,7 @@ MAINTAINER Tamas Gal <tgal@km3net.de> RUN pacman -Sy --noconfirm texlive-most texlive-lang RUN pacman -Sy --noconfirm qpdf poppler + RUN pacman -Sy --noconfirm pandoc RUN curl -O https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz; \ tar xvzf julia-1.2.0-linux-x86_64.tar.gz -C /usr/local --strip-components=1 julia-1.2.0; \ -- GitLab