install pip dockerfile

C++
FROM ubuntu:14.04

# Install dependencies
RUN apt-get update && apt-get install -y python-pip
Source

Also in C++: