(MODE-11365) Added awscli setup.
This commit is contained in:
parent
81c3420c8f
commit
06d1ff729e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue