pandocker/Dockerfile

24 lines
512 B
Docker

FROM pandoc/latex
RUN apk --no-cache add make
WORKDIR /.local/share/pandoc/templates
RUN wget \
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
-O pancv.latex
WORKDIR /root/.pandoc/templates
RUN wget \
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
-O pancv.latex
RUN tlmgr install xifthen \
moderncv \
ifmtarg \
fontawesome \
|| exit 1
WORKDIR /data
ENTRYPOINT [""]