Haskell Dockerfile

From wikieduonline
Revision as of 14:10, 7 April 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search
FROM haskell:latest
RUN cabal update && cabal install pandoc citeproc
ENTRYPOINT ["pandoc"]
FROM haskell:9.4
RUN cabal update && cabal install pandoc citeproc
ENTRYPOINT ["pandoc"]


FROM haskell:8.10
RUN cabal update && cabal install pandoc citeproc
ENTRYPOINT ["pandoc"]


Advertising: