[fix] debian/ubuntu python-is-python3

Closes: https://github.com/searxng/searxng/issues/3235
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2024-08-20 16:43:49 +02:00 committed by Markus Heiser
parent 799d72e3fd
commit 5c6b126d7f
4 changed files with 7 additions and 11 deletions

View file

@ -1674,7 +1674,7 @@ EOF
}
# apt packages
LXC_BASE_PACKAGES_debian="bash git build-essential python3 python3-venv"
LXC_BASE_PACKAGES_debian="bash git build-essential python3 python3-venv python-is-python3"
# pacman packages
LXC_BASE_PACKAGES_arch="bash git base-devel python"