FROM haskell:7.10.2 MAINTAINER Joachim Breitner ENV PATH /root/.cabal/bin:$PATH RUN cabal update RUN cabal install html regex-compat RUN apt-get update RUN apt-get install --yes git RUN apt-get install --yes valgrind RUN apt-get install --yes build-essential RUN apt-get install --yes autoconf RUN apt-get install --yes time RUN apt-get install --yes libncurses5-dev libffi-dev libgmp-dev RUN git clone --recursive -b ghc-7.10.3-release git://git.haskell.org/ghc.git COPY run-nofib.sh / COPY patch-and-run.sh /