python2-config
Python 2 development
RUN apt-get update && \
apt-get install -y python2-dev
RUN apt-get update && \
apt-get install -y python2-dev
RUN apk add python2
RUN pacman -S --noconfirm python2
RUN apt-get update && \
apt-get install -y python2-dev
RUN yum install -y python-devel
RUN dnf install -y python2-devel
RUN apt-get update && \
apt-get install -y python-dev