mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-08 21:19:19 +01:00
7 lines
148 B
Docker
7 lines
148 B
Docker
FROM haskell
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
RUN cabal update && cabal install pandoc pandoc-citeproc
|
|
|
|
ENTRYPOINT [ "pandoc" ]
|