mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: We still need some python2 packages.
This commit is contained in:
@@ -6,8 +6,12 @@ source /etc/os-release
|
||||
if [[ $ID = "amzn" ]]; then
|
||||
yum install -y \
|
||||
python3-devel \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
python2-boto3 \
|
||||
python2-botocore
|
||||
|
||||
else
|
||||
# FIXME: Currently assumes Debian-based
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
python3-dev \
|
||||
|
||||
Reference in New Issue
Block a user