Pasang Pip Dockerfile

FROM ubuntu:14.04

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