pip3
Python package manager. More information: <https://pip.pypa.io>.
RUN apt-get update && \
apt-get install -y python3-pip
RUN apt-get update && \
apt-get install -y python3-pip
RUN pacman -S --noconfirm python-pip
RUN apt-get update && \
apt-get install -y python3-pip
RUN dnf install -y python3-pip
RUN apt-get update && \
apt-get install -y python3-pip