initial commit
This commit is contained in:
commit
cbb71e4427
17
Dockerfile
Normal file
17
Dockerfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
RUN tlmgr install xifthen \
|
||||||
|
moderncv \
|
||||||
|
ifmtarg \
|
||||||
|
|| exit 1
|
||||||
|
|
||||||
|
WORKDIR /data
|
||||||
|
|
||||||
|
ENTRYPOINT [""]
|
Loading…
Reference in New Issue
Block a user