Difference between revisions of "Haskell Dockerfile"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
FROM haskell:latest | FROM haskell:latest | ||
+ | RUN [[cabal update]] && [[cabal install]] [[pandoc]] [[citeproc]] | ||
+ | ENTRYPOINT ["pandoc"] | ||
+ | |||
+ | FROM haskell:9.4 | ||
RUN [[cabal update]] && [[cabal install]] pandoc citeproc | RUN [[cabal update]] && [[cabal install]] pandoc citeproc | ||
ENTRYPOINT ["pandoc"] | ENTRYPOINT ["pandoc"] | ||
+ | |||
Latest revision as of 14:14, 7 April 2023
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: