Jan Pazdziora bc8d738d8b Use dnf directly instead of yum. 8 年之前
..
Dockerfile bc8d738d8b Use dnf directly instead of yum. 8 年之前
README.md 7a69b18927 fixing README and yum 9 年之前

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