fix: replace python2 with python3+ln symlink for Ubuntu 26.04 #8
Reference in New Issue
Block a user
Delete Branch "fix/remove-python2-dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problème : Le
Dockerfileinstallepython(Python 2) qui n'existe plus sur Ubuntu ≥ 24.04+. La PR Renovate #6 (ubuntu:18.04→26.04) échoue surE: Package 'python' has no installation candidate.Fix : Remplacer
pythonparpython3+ symlinkln -sf /usr/bin/python3 /usr/bin/pythonpour que les scripts utilisant#!/usr/bin/env pythoncontinuent de fonctionner. Aussi remplacélibfontconfigparlibfontconfig1(paquet transitionnel supprimé sur Ubuntu ≥ 24.04).Même fix que cipherscan #7.
Une fois mergée, les PRs Renovate #6 et #4 (ubuntu bump) n'auront qu'à être rebasées.