I\'m not able to install pip in Docker.
Here\'s my Dockerfile:
FROM ubuntu:14.04 # Install dependencies RUN apt-get update -y RUN apt-get install -y
Try this:
From this question.