Install pip package in dib based images

Switch to system installed pip instead of using it from source.
This should fix the current debian bullseye build due to DIB trying to
install both python2 and python3 versions of pip when installing from
source, and also avoid unwanted incompatibilities in the future.

Story: 2009756
Task: 44225

Change-Id: Idff77d96313ddbb0c2dac26666824cbf5186c805
This commit is contained in:
Riccardo Pittau
2021-12-09 15:30:36 +01:00
parent f784e46bf3
commit eed8f33a28

View File

@@ -5,6 +5,7 @@ dib_env_vars:
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"
DIB_INSTALLTYPE_simple_init: repo
DIB_INSTALLTYPE_pip_and_virtualenv: package
LANG: C
LC_ALL: C
LC_MESSAGES: C