Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c630149

Browse files
committed
Install python-dev in the vain hopes of fixing cffi install
1 parent 94185c1 commit c630149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile-dhvirtualenv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \
3333
ca-certificates \
3434
devscripts \
3535
equivs \
36-
wget
36+
wget \
37+
python3-dev
3738

3839
# fetch and unpack the package
3940
# We are temporarily using a fork of dh-virtualenv due to an incompatibility with Python 3.11, which ships with

0 commit comments

Comments
 (0)