From 988b7a1e9462f45da1a2f73ae2a1eef6ce69aa6b Mon Sep 17 00:00:00 2001 From: norangebit Date: Mon, 24 Feb 2020 18:59:28 +0100 Subject: [PATCH] add compatibility with drone.io --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a0e3e6..228ad65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,11 @@ RUN wget \ https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \ -O pancv.latex +WORKDIR /root/.pandoc/templates +RUN wget \ + https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \ + -O pancv.latex + RUN tlmgr install xifthen \ moderncv \ ifmtarg \