mirror of https://github.com/OpenVidu/openvidu.git
deployment: AMI 20.04 no longer uses python-pip; Only python3-pip can be installed.
parent
edfbd9cf34
commit
4eccd15494
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue