3 lines
97 B
Docker
3 lines
97 B
Docker
FROM fedora:23
|
|
RUN dnf install -y pandoc texlive && dnf clean all
|
|
ENTRYPOINT ["/usr/bin/pandoc"]
|