FIXUP: Update dev env to add python headers for numpy

This commit is contained in:
Alexis Métaireau 2025-03-12 16:38:55 +01:00
parent bc8a28ade2
commit b6a90d437d
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -114,6 +114,7 @@ RUN apt-get update \
RUN apt-get update \
&& apt-get install -y --no-install-recommends dh-python make build-essential \
git {qt_deps} pipx python3 python3-pip python3-venv dpkg-dev debhelper python3-setuptools \
python3-dev \
&& rm -rf /var/lib/apt/lists/*
# NOTE: `pipx install poetry` fails on Ubuntu Focal, when installed through APT. By
# installing the latest version, we sidestep this issue.