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