mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-686: We need postgres installed for client utils.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user