install python3-venv for debian build
This commit is contained in:
parent
1232c487e9
commit
02ab177c6d
|
@ -71,7 +71,7 @@ package-helm:
|
||||||
package-debian:
|
package-debian:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends build-essential debhelper devscripts equivs python3 python3-dev python3-pip libsasl2-dev libldap2-dev
|
- apt install -y --no-install-recommends build-essential debhelper devscripts equivs python3 python3-dev python3-venv python3-pip libsasl2-dev libldap2-dev
|
||||||
- mk-build-deps debian/control
|
- mk-build-deps debian/control
|
||||||
- apt install ./*build-deps*deb -f -y
|
- apt install ./*build-deps*deb -f -y
|
||||||
- python3 -m pip install -U virtualenv pip
|
- python3 -m pip install -U virtualenv pip
|
||||||
|
|
Reference in a new issue