FROM kernsuite/base:5
RUN docker-apt-install git python-pip git wget
RUN pip install -U pip
RUN pip install pyyaml
