FROM kernsuite/base:3
RUN docker-apt-install git python-pip
RUN pip install -U pip
RUN pip install -U pyyaml pip setuptools wheel 
