DCD-686: We need postgres installed for client utils.

This commit is contained in:
Steve Smith
2019-10-09 13:25:32 +11:00
parent cb691d2556
commit 5996a176d5

View File

@@ -4,7 +4,9 @@ set -e
source /etc/os-release
if [[ $ID = "amzn" ]]; then
amazon-linux-extras enable postgresql9.6
yum install -y \
postgresql \
python3-devel \
python3-pip \
python2-boto3 \