- replace second wget with cp
- delete empty entrypoint
- remove xifthen package
This commit is contained in:
Raffaele Mignone 2020-02-26 20:51:31 +01:00
parent a6b47c7a2a
commit 84c2d38b84
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 4 additions and 7 deletions

View File

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