mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +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" ]
|