From 84c2d38b846969a73184845a72f302abd00731cc Mon Sep 17 00:00:00 2001 From: norangebit Date: Wed, 26 Feb 2020 20:51:31 +0100 Subject: [PATCH] clean up - replace second wget with cp - delete empty entrypoint - remove xifthen package --- Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a742af..8b7b5f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,17 +7,14 @@ RUN wget \ https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \ -O pancv.latex +# drone compatibility WORKDIR /root/.pandoc/templates -RUN wget \ - https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \ - -O pancv.latex +RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates -RUN tlmgr install xifthen \ - moderncv \ +# moderncv +RUN tlmgr install moderncv \ ifmtarg \ fontawesome \ || exit 1 WORKDIR /data - -ENTRYPOINT [""]