FROM haskell:buster

RUN apt-get update && apt-get install -y haskell-platform

WORKDIR /opt

CMD ["ghci"]