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 \