experimental support for europasscv
This commit is contained in:
parent
84c2d38b84
commit
ad4ddd7e6e
12
Dockerfile
12
Dockerfile
@ -1,5 +1,7 @@
|
|||||||
FROM pandoc/latex
|
FROM pandoc/latex
|
||||||
|
|
||||||
|
RUN tlmgr update --self
|
||||||
|
|
||||||
RUN apk --no-cache add make
|
RUN apk --no-cache add make
|
||||||
|
|
||||||
WORKDIR /.local/share/pandoc/templates
|
WORKDIR /.local/share/pandoc/templates
|
||||||
@ -17,4 +19,14 @@ RUN tlmgr install moderncv \
|
|||||||
fontawesome \
|
fontawesome \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
|
# europasscv
|
||||||
|
RUN tlmgr install xifthen \
|
||||||
|
europasscv \
|
||||||
|
soul \
|
||||||
|
enumitem \
|
||||||
|
substr \
|
||||||
|
lastpage \
|
||||||
|
helvetic \
|
||||||
|
|| exit 1
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
Loading…
Reference in New Issue
Block a user