2to3
Automated Python 2 to 3 code conversion. More information: <https://docs.python.org/3/library/2to3.html>.
RUN apt-get update && \
apt-get install -y 2to3
RUN apt-get update && \
apt-get install -y 2to3
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y 2to3
RUN yum install -y 2to3
RUN dnf install -y python3-tools
RUN apt-get update && \
apt-get install -y python