From 06d1ff729e89a5ddee31881ef950b917e424374c Mon Sep 17 00:00:00 2001 From: Sokratis Siozos-Drosos Date: Wed, 24 Apr 2019 17:00:24 +0200 Subject: [PATCH] (MODE-11365) Added awscli setup. --- deployment/modules/tileserver/files/user-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/modules/tileserver/files/user-data.sh b/deployment/modules/tileserver/files/user-data.sh index c15ddad..faa162b 100644 --- a/deployment/modules/tileserver/files/user-data.sh +++ b/deployment/modules/tileserver/files/user-data.sh @@ -11,11 +11,11 @@ FULL_BUCKET_URI="s3://$BUCKET/tileserver-gl/$DEPLOYABLE" sudo rm /var/lib/dpkg/lock curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt install -y apt-transport-https \ -curl unzip build-essential python libcairo2-dev \ +curl unzip build-essential python python-pip libcairo2-dev \ libgles2-mesa-dev libgbm-dev libllvm3.9 libprotobuf-dev \ libxxf86vm-dev libjpeg-dev xvfb nginx git nodejs nfs-common \ heat-cfntools software-properties-common cloud-init - +sudo pip install awscli # Setup environment sudo tee -a /etc/environment << EOL REGION=$REGION