Dockerfile 190 B

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