mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
c4ff0cf58c
Signed-off-by: Jess Frazelle <me@jessfraz.com>
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" ]
|