resume.dockerfile 124 B

1234567
  1. FROM pandoc/latex:2.9
  2. RUN apk add make texlive
  3. ENV TEXMF /usr/share/texmf-dist
  4. COPY actions/entrypoint.sh /entrypoint.sh