python2.7
interactive high-level object-oriented language (Python2 version)
RUN apt-get update && \
apt-get install -y python2.7-minimal
RUN apt-get update && \
apt-get install -y python2.7-minimal
RUN apk add python2
RUN pacman -S --noconfirm python2
RUN apt-get update && \
apt-get install -y python2.7-minimal
RUN yum install -y python2.7-minimal
RUN dnf install -y python2
RUN apt-get update && \
apt-get install -y python2.7-minimal