fix: replace python2 with python-is-python3 for Ubuntu 26.04+ #7
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 #4 (ubuntu:18.04→26.04) échoue surE: Package 'python' has no installation candidate.Fix : Remplacer l'installation du paquet
python(Python 2, indisponible sur Ubuntu ≥ 24.04) par un symlinkpython3 → pythonavecln -sf. Compatible de 18.04 à 26.04.Les scripts cipherscan utilisent
#!/usr/bin/env pythonmais sont compatibles Python 3 — le symlink suffit.Une fois mergée, la PR Renovate #4 n'aura qu'à être rebasée pour passer.