From 4f96f07feb26f8cf4432b61e484d05489fe42447 Mon Sep 17 00:00:00 2001
From: chrysn <chrysn@fsfe.org>
Date: Mon, 26 Feb 2024 00:18:40 +0100
Subject: [PATCH] riotbuild: Install python3-venv

---
 riotbuild/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/riotbuild/Dockerfile b/riotbuild/Dockerfile
index 354c4ff2..2bb7a552 100644
--- a/riotbuild/Dockerfile
+++ b/riotbuild/Dockerfile
@@ -78,6 +78,7 @@ RUN \
         protobuf-compiler \
         python2 \
         python3-setuptools \
+        python3-venv \
         python3-wheel \
         p7zip \
         qemu-system-arm \