Fix image build checks missing setuptools
Use apt to install python3-pip, and use pip3 in event system has both pip2 and pip3 installed. Use apt to install setuptools for Ansible's consumption. Change-Id: I3a41426c2a4702f2efd4028c85f3680da275106f Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
This commit is contained in:
parent
f552b013c3
commit
c2d924aed0
@ -73,10 +73,12 @@
|
|||||||
allow_unauthenticated: True
|
allow_unauthenticated: True
|
||||||
with_items:
|
with_items:
|
||||||
- docker-ce
|
- docker-ce
|
||||||
- python-pip
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
- pip:
|
- pip:
|
||||||
name: docker
|
name: docker
|
||||||
version: 2.7.0
|
version: 2.7.0
|
||||||
|
executable: pip3
|
||||||
# NOTE(SamYaple): Allow all connections from containers to host so the
|
# NOTE(SamYaple): Allow all connections from containers to host so the
|
||||||
# containers can access the http server for git and wheels
|
# containers can access the http server for git and wheels
|
||||||
- iptables:
|
- iptables:
|
||||||
|
Loading…
Reference in New Issue
Block a user