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