python3.7-config
Version 3.7 of the Python interpreter
RUN apt-get update && \
apt-get install -y python3.7-dev
RUN apt-get update && \
apt-get install -y python3.7-dev
RUN apk add python
RUN pacman -S --noconfirm python
RUN apt-get update && \
apt-get install -y python3.7-dev
RUN yum install -y python
RUN dnf install -y python3-devel
RUN apt-get update && \
apt-get install -y python