Difference between revisions of "Haskell Dockerfile"
Jump to navigation
Jump to search
(Created page with " FROM haskell:8.10 RUN cabal update && cabal install pandoc citeproc ENTRYPOINT ["pandoc"] {{Haskell}} {{Dockerfile}}") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | FROM haskell: | + | * https://hub.docker.com/_/haskell |
− | RUN cabal update && cabal install pandoc citeproc | + | |
+ | 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"] | ENTRYPOINT ["pandoc"] | ||
+ | |||
+ | FROM haskell:8.10 | ||
+ | RUN [[cabal update]] && [[cabal install]] pandoc citeproc | ||
+ | ENTRYPOINT ["pandoc"] | ||
− | |||
− | {{Dockerfile}} | + | * {{Cabal}} |
+ | * {{Haskell}} | ||
+ | * {{Dockerfile}} |
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: