#!/bin/bash set -e set -x #Dependency stage apt-get update -y apt-get install -y -qq build-essential file gawk git-core unzip python3 python3-distutils rsync wget xz-utils