From 769828c93d8b578e2ce9a7c9faca3fb0f90515c1 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 3 Jan 2023 16:47:53 +0000 Subject: [PATCH] Install python-dev in the vain hopes of fixing cffi install --- docker/Dockerfile-dhvirtualenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv index 2013732422ce..bad92360af0c 100644 --- a/docker/Dockerfile-dhvirtualenv +++ b/docker/Dockerfile-dhvirtualenv @@ -33,7 +33,8 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \ ca-certificates \ devscripts \ equivs \ - wget + wget \ + python-dev # fetch and unpack the package # We are temporarily using a fork of dh-virtualenv due to an incompatibility with Python 3.11, which ships with