pip2
alternative Python package installer
RUN apt-get update && \
apt-get install -y python-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN pacman -S --noconfirm python2-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN dnf install -y python2-pip
RUN apt-get update && \
apt-get install -y python-pip