Difference between revisions of "Haskell Dockerfile"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://hub.docker.com/_/haskell
 
* https://hub.docker.com/_/haskell
 +
 +
FROM haskell:latest
 +
RUN [[cabal update]] && [[cabal install]] pandoc citeproc
 +
ENTRYPOINT ["pandoc"]
  
  

Revision as of 14:10, 7 April 2023

Advertising: