container-images/pandoc/Dockerfile

4 lines
97 B
Text
Raw Normal View History

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