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:
parent
d71ff587ec
commit
e6643e89a7
1 changed files with 3 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue