pip
Python package manager. Some subcommands such as pip install have their own usage documentation. More information: <https://pip.pypa.io>.
RUN apt-get update && \
apt-get install -y python-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN pacman -S --noconfirm python-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN dnf install -y python-pip
RUN apt-get update && \
apt-get install -y python-pip