FROM ubuntu:15.10
MAINTAINER Elvis Stansvik

RUN apt-get update
RUN apt-get install -yy python-qt4 python-vtk6

COPY test.py test.py
