mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
7 lines
140 B
Docker
7 lines
140 B
Docker
FROM haskell
|
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
|
|
|
RUN cabal update && cabal install pandoc pandoc-citeproc
|
|
|
|
ENTRYPOINT [ "pandoc" ]
|