how can I install pip in dockerfile 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