From 720607e5b3f0e2051666d09eec4bf4744ca8b0ca Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Mon, 25 Nov 2024 16:14:06 +0100 Subject: [PATCH] fix build with python3.13 --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b323bc1..822e63c 100644 --- a/Containerfile +++ b/Containerfile @@ -17,8 +17,10 @@ ENV PKGS_DNF="python \ rsync" #ENV PKGS_DNF_BUILD="cargo python3-devel systemd" - +# standard-imghdr is a dependency removed from base python in 3.13, so it +# need to be also installed separately for now ENV PKGS_PIP="jupyter \ + standard-imghdr \ bash_kernel \ mariadb_kernel \ jedi-language-server \