Dockerfile 240 B

123456789
  1. FROM thewtex/opengl:v0.1.0
  2. MAINTAINER Insight Software Consortium <community@itk.org>
  3. RUN apt-get update && apt-get install -y \
  4. qt4-dev-tools \
  5. cmake
  6. ENV APP "sudo chown -R user.user /usr/src/ && /usr/src/CTK/CMake/CircleCI/test.sh"