python2.6-config
Version 2.6 of the Python programming language
RUN apt-get update && \
apt-get install -y python2.6-dev
RUN yum install -y python-devel
RUN dnf install -y python26
Version 2.6 of the Python programming language
RUN apt-get update && \
apt-get install -y python2.6-dev
RUN yum install -y python-devel
RUN dnf install -y python26