install python 3 with pip using docker file 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