python
Python language interpreter. More information: <https://www.python.org>.
RUN apt-get update && \
apt-get install -y python-minimal
RUN apt-get update && \
apt-get install -y python-minimal
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y python-minimal
RUN yum install -y python
RUN dnf install -y python-minimal
RUN apt-get update && \
apt-get install -y python-minimal