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 \
|
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
||||||
-O pancv.latex
|
-O pancv.latex
|
||||||
|
|
||||||
|
# drone compatibility
|
||||||
WORKDIR /root/.pandoc/templates
|
WORKDIR /root/.pandoc/templates
|
||||||
RUN wget \
|
RUN cp /.local/share/pandoc/templates/*.latex /root/.pandoc/templates
|
||||||
https://git.norangeb.it/norangebit/pancv/raw/branch/master/pancv.tex \
|
|
||||||
-O pancv.latex
|
|
||||||
|
|
||||||
RUN tlmgr install xifthen \
|
# moderncv
|
||||||
moderncv \
|
RUN tlmgr install moderncv \
|
||||||
ifmtarg \
|
ifmtarg \
|
||||||
fontawesome \
|
fontawesome \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
ENTRYPOINT [""]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user