mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-07 05:51:50 +02:00
FIXUP: Update dev env to add python headers for numpy
This commit is contained in:
parent
59917d0ee6
commit
7e5d148598
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue