From 3a109f966b90ffeba3875c15073e9169557ab771 Mon Sep 17 00:00:00 2001 From: norangebit Date: Thu, 27 Feb 2020 21:51:01 +0100 Subject: [PATCH] add font for moderncv --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3489d3e..836327e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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