From 87d18ad95184bfe5629abe39fd20dbe063aece25 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 16 Jun 2025 11:05:44 +0200 Subject: [PATCH] chore: Add python3 to images (#5660) Signed-off-by: Ettore Di Giacinto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c412e1b4..52f52cde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && \ curl libssl-dev \ git \ git-lfs \ - unzip upx-ucl && \ + unzip upx-ucl python3 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*