deployment: AMI 20.04 no longer uses python-pip; Only python3-pip can be installed.

pull/715/head
cruizba 2022-04-21 22:30:57 +02:00
parent edfbd9cf34
commit 4eccd15494
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ Resources:
#!/bin/bash -x
set -eu -o pipefail
apt-get update && apt-get install -y \
python-pip python3-pip \
python3-pip \
ec2-instance-connect
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz

View File

@ -163,7 +163,7 @@ Resources:
#!/bin/bash -x
set -eu -o pipefail
apt-get update && apt-get install -y \
python-pip python3-pip \
python3-pip \
ec2-instance-connect
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz

View File

@ -143,7 +143,7 @@ Resources:
#!/bin/bash -x
set -eu -o pipefail
apt-get update && apt-get install -y \
python-pip python3-pip \
python3-pip \
ec2-instance-connect
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz