mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-06 20:19:16 +01:00
7 lines
142 B
Docker
7 lines
142 B
Docker
FROM haskell
|
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
|
|
|
RUN cabal update && cabal install pandoc pandoc-citeproc
|
|
|
|
ENTRYPOINT [ "pandoc" ]
|