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: I041d4cdfda670339cfbbc75d280c8d9071227f3b
Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
This commit is contained in:
Alexander Hughes 2020-06-17 08:42:08 -04:00
parent 88353232aa
commit afe3d6e444
1 changed files with 3 additions and 1 deletions

View File

@ -71,10 +71,12 @@
allow_unauthenticated: True
with_items:
- docker-ce
- python-pip
- python3-pip
- python3-setuptools
- pip:
name: docker
version: 2.7.0
executable: pip3
# NOTE(SamYaple): Allow all connections from containers to host so the
# containers can access the http server for git and wheels
- iptables: