From 32292ab1790108603e237114a28d15044d931df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Tue, 29 Apr 2025 14:39:23 +0100 Subject: [PATCH] build: add python3-venv in the github actions dockerfile --- tools/docker/github-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/github-runner/Dockerfile b/tools/docker/github-runner/Dockerfile index 51f0058b..f7e749d4 100644 --- a/tools/docker/github-runner/Dockerfile +++ b/tools/docker/github-runner/Dockerfile @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive # Update and install default applications RUN apt-get update && apt-get install -y \ - python3 python3-pip \ + python3 python3-pip python3-venv \ maven ant sudo \ libicu74 sqlite3 \ gh git curl wget jq \