mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
6
pandoc/Dockerfile
Normal file
6
pandoc/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM haskell
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN cabal update && cabal install pandoc pandoc-citeproc
|
||||
|
||||
ENTRYPOINT [ "pandoc" ]
|
||||
Reference in New Issue
Block a user