from fpco/stack-build:lts-17.10

RUN apt-get update && \
    apt-get install -y git libigraph0-dev && \
    rm -rf /var/lib/apt/lists/*

