clean up
- replace second wget with cp - delete empty entrypoint - remove xifthen package
This commit is contained in:
parent
a6b47c7a2a
commit
84c2d38b84
11
Dockerfile
11
Dockerfile
@ -7,17 +7,14 @@ RUN wget \
|
||||
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
||||
-O pancv.latex
|
||||
|
||||
# drone compatibility
|
||||
WORKDIR /root/.pandoc/templates
|
||||
RUN wget \
|
||||
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
||||
-O pancv.latex
|
||||
RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates
|
||||
|
||||
RUN tlmgr install xifthen \
|
||||
moderncv \
|
||||
# moderncv
|
||||
RUN tlmgr install moderncv \
|
||||
ifmtarg \
|
||||
fontawesome \
|
||||
|| exit 1
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
ENTRYPOINT [""]
|
||||
|
Loading…
Reference in New Issue
Block a user