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