pandoc: [more] minimal package set

the pandoc-pdf includes only the pieces needed and shaves ~100mb off the
resulting image size (though it is still 530mb).

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-11-21 15:17:16 -05:00
parent d71ff587ec
commit e6643e89a7
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
FROM fedora:23
RUN dnf install -y pandoc texlive && dnf clean all
FROM fedora:rawhide
RUN dnf install -y pandoc-pdf && dnf clean all
ENV HOME=/tmp
ENTRYPOINT ["/usr/bin/pandoc"]