pydoc
Display offline Python documentation. More information: <https://docs.python.org/3/library/pydoc.html>.
RUN apt-get update && \
apt-get install -y python
RUN apt-get update && \
apt-get install -y python
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y python
RUN yum install -y python
RUN dnf install -y python2
RUN apt-get update && \
apt-get install -y python