Difference between revisions of "Haskell Dockerfile"

From wikieduonline
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

Advertising: