FROM debian:8 MAINTAINER Insight Software Consortium RUN apt-get update && apt-get install -y \ build-essential \ cmake \ git \ qt4-dev-tools WORKDIR /usr/src