experimental support for europasscv

This commit is contained in:
Raffaele Mignone 2020-02-27 19:33:02 +01:00
parent 84c2d38b84
commit ad4ddd7e6e
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM pandoc/latex
RUN tlmgr update --self
RUN apk --no-cache add make
WORKDIR /.local/share/pandoc/templates
@ -17,4 +19,14 @@ RUN tlmgr install moderncv \
fontawesome \
|| exit 1
# europasscv
RUN tlmgr install xifthen \
europasscv \
soul \
enumitem \
substr \
lastpage \
helvetic \
|| exit 1
WORKDIR /data