fix build with python3.13
All checks were successful
Build images / build-images-arm64 (push) Successful in 5m53s
Build images / build-images-amd64 (push) Successful in 9m19s
Build images / update-images-manifests (push) Successful in 18s

This commit is contained in:
Maciej Lebiest 2024-11-25 16:14:06 +01:00 committed by Maciej Lebiest
parent dfb57b40e5
commit 720607e5b3

View file

@ -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 \