Files
resume/Dockerfile

6 lines
131 B
Docker
Executable File

FROM pandoc/latex:latest
RUN tlmgr update --self \
&& tlmgr install enumitem sectsty underscore
WORKDIR /data
VOLUME ["/data"]