container-images/pandoc/Dockerfile
Vincent Batts 3b1532a996 pandoc: builder for vbatts/pandoc
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2015-12-09 12:36:22 -05:00

3 lines
97 B
Docker

FROM fedora:23
RUN dnf install -y pandoc texlive && dnf clean all
ENTRYPOINT ["/usr/bin/pandoc"]