From 012c192f0052addcbe5368d872f908ec240ee478 Mon Sep 17 00:00:00 2001 From: Maciek Date: Mon, 28 Oct 2024 15:18:23 +0100 Subject: [PATCH] Missing python3-venv in Dockerfile (#2282) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4f0095ed7d..70deb0ea4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone & pkg-config \ python3 \ python3-pip \ + python3-venv \ git \ wget \ unzip \