Add python3-dev to builder.dockerfile (#352)

Surprisingly few builds want `Python.h`, but they exist
This commit is contained in:
konsti 2023-11-07 12:38:58 +01:00 committed by GitHub
parent c883b123ac
commit f96865edd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ FROM ubuntu:22.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3 \
python3-dev \
python3-pip \
python3-venv \
build-essential \