add font for moderncv

This commit is contained in:
Raffaele Mignone 2020-02-27 21:51:01 +01:00
parent ad4ddd7e6e
commit 3a109f966b
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,7 @@ RUN tlmgr update --self
RUN apk --no-cache add make
WORKDIR /.local/share/pandoc/templates
RUN wget \
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
RUN wget https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
-O pancv.latex
# drone compatibility
@ -17,6 +16,7 @@ RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates
RUN tlmgr install moderncv \
ifmtarg \
fontawesome \
marvosym \
|| exit 1
# europasscv