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}}") |
|||
Line 1: | Line 1: | ||
FROM haskell:8.10 | FROM haskell:8.10 | ||
− | RUN cabal update && cabal install pandoc citeproc | + | RUN [[cabal update]] && [[cabal install]] pandoc citeproc |
ENTRYPOINT ["pandoc"] | ENTRYPOINT ["pandoc"] | ||
Revision as of 14:05, 7 April 2023
FROM haskell:8.10 RUN cabal update && cabal install pandoc citeproc ENTRYPOINT ["pandoc"]
Haskell, Glassglow Haskell Compiler, ghcup, cabal, hlint
, Haskell Dockerfile, Glasgow Haskell Compiler (GHC)
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
, hadolint, LABEL, EXPOSE
Advertising: