diff --git a/examples/ubuntu/templates/user-data.sh b/examples/ubuntu/templates/user-data.sh index 63d1483d7f..02a11492f4 100644 --- a/examples/ubuntu/templates/user-data.sh +++ b/examples/ubuntu/templates/user-data.sh @@ -5,7 +5,15 @@ ${pre_install} # Install AWS CLI apt-get update -DEBIAN_FRONTEND=noninteractive apt-get install -y awscli jq curl wget git uidmap +DEBIAN_FRONTEND=noninteractive apt-get install -y \ + awscli \ + jq \ + curl \ + wget \ + git \ + uidmap \ + build-essential \ + unzip USER_NAME=runners useradd -m -s /bin/bash $USER_NAME