how to install pip in docker image code example
Example: install pip dockerfile
FROM ubuntu:14.04
# Install dependencies
RUN apt-get update && apt-get install -y python-pip
FROM ubuntu:14.04
# Install dependencies
RUN apt-get update && apt-get install -y python-pip