From 512c85c18aa739ebaa6c5f85e653127dcaeaef24 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Sat, 11 Oct 2025 13:27:39 +0200 Subject: [PATCH] Debian 11 / i386: explicitly install requests and toml --- misc/docker/debian-11-i386/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/docker/debian-11-i386/Dockerfile b/misc/docker/debian-11-i386/Dockerfile index 1fcbc37d7..e70c3e1a6 100644 --- a/misc/docker/debian-11-i386/Dockerfile +++ b/misc/docker/debian-11-i386/Dockerfile @@ -24,5 +24,7 @@ RUN apt-get -y --no-install-recommends install \ quilt \ python3 \ python3-pip \ + python3-requests \ python3-setuptools \ + python3-toml \ python3-venv -- 2.47.3