python3
This command is an alias of python.
RUN apt-get update && \
apt-get install -y python3
RUN apt-get update && \
apt-get install -y python3
RUN apk add python3
RUN pacman -S --noconfirm python3
RUN apt-get update && \
apt-get install -y python3
RUN dnf install -y python3
RUN apt-get update && \
apt-get install -y python3