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 [""]