Jan Pazdziora bc8d738d8b Use dnf directly instead of yum. 8 years ago
..
Dockerfile bc8d738d8b Use dnf directly instead of yum. 8 years ago
README.md 7a69b18927 fixing README and yum 9 years ago

README.md

dockerfiles-fedora-haskell

Fedora dockerfile for Haskell

It includes ghc, cabal-install, and various key libraries.

Get Docker version

# docker version

To build:

Copy the sources down and do the build

# docker build --rm -t /haskell .

To test:

# docker run -i -t /haskell