Difference between revisions of "Haskell Dockerfile"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
RUN [[cabal update]] && [[cabal install]] pandoc citeproc | RUN [[cabal update]] && [[cabal install]] pandoc citeproc | ||
ENTRYPOINT ["pandoc"] | ENTRYPOINT ["pandoc"] | ||
+ | |||
+ | FROM haskell:9.4 | ||
+ | RUN [[cabal update]] && [[cabal install]] pandoc citeproc | ||
+ | ENTRYPOINT ["pandoc"] | ||
+ | |||
Revision as of 14:10, 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: