idle3.7
Version 3.7 of the Python interpreter
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 python37
RUN apt-get update && \
apt-get install -y python