FROM ubuntu:trusty MAINTAINER OpenStack RUN apt-get update RUN apt-get install -y build-essential wget git python RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py RUN pip install -U setuptools