1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-02 02:10:43 +02:00
Jess Frazelle c4ff0cf58c
cleanup maintainers
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-09-19 15:25:05 -07:00

7 lines
140 B
Docker

FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN cabal update && cabal install pandoc pandoc-citeproc
ENTRYPOINT [ "pandoc" ]