FROM ubuntu:14.04 RUN apt-get update RUN apt-get install -y python curl RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python