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 59917d0ee6
commit 7e5d148598
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -96,6 +96,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/*
RUN pipx install poetry
RUN apt-get update \