From cf42d8aca03c846eb70b67530d1d3b29e1577b8f Mon Sep 17 00:00:00 2001 From: 0x2b3bfa0 <0x2b3bfa0+git@googlemail.com> Date: Mon, 24 May 2021 11:57:29 +0200 Subject: [PATCH] Install build-essential on ground-up provisioning --- iterative/resource_runner.go | 2 +- iterative/testdata/script_template_cloud_aws.golden | 2 +- iterative/testdata/script_template_cloud_azure.golden | 2 +- iterative/testdata/script_template_cloud_invalid.golden | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iterative/resource_runner.go b/iterative/resource_runner.go index 0d2243a8..82c9b3bb 100644 --- a/iterative/resource_runner.go +++ b/iterative/resource_runner.go @@ -256,7 +256,7 @@ systemctl disable apt-daily-upgrade.service sudo add-apt-repository universe -y sudo add-apt-repository ppa:git-core/ppa -y -sudo apt update && sudo apt install -y software-properties-common git +sudo apt update && sudo apt install -y software-properties-common git build-essential sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh sudo usermod -aG docker ubuntu diff --git a/iterative/testdata/script_template_cloud_aws.golden b/iterative/testdata/script_template_cloud_aws.golden index b39cce70..f91fbc1f 100644 --- a/iterative/testdata/script_template_cloud_aws.golden +++ b/iterative/testdata/script_template_cloud_aws.golden @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service sudo add-apt-repository universe -y sudo add-apt-repository ppa:git-core/ppa -y -sudo apt update && sudo apt install -y software-properties-common git +sudo apt update && sudo apt install -y software-properties-common git build-essential sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh sudo usermod -aG docker ubuntu diff --git a/iterative/testdata/script_template_cloud_azure.golden b/iterative/testdata/script_template_cloud_azure.golden index 39f46b12..9ceb6ff8 100644 --- a/iterative/testdata/script_template_cloud_azure.golden +++ b/iterative/testdata/script_template_cloud_azure.golden @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service sudo add-apt-repository universe -y sudo add-apt-repository ppa:git-core/ppa -y -sudo apt update && sudo apt install -y software-properties-common git +sudo apt update && sudo apt install -y software-properties-common git build-essential sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh sudo usermod -aG docker ubuntu diff --git a/iterative/testdata/script_template_cloud_invalid.golden b/iterative/testdata/script_template_cloud_invalid.golden index 03fd7b66..231740ad 100644 --- a/iterative/testdata/script_template_cloud_invalid.golden +++ b/iterative/testdata/script_template_cloud_invalid.golden @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service sudo add-apt-repository universe -y sudo add-apt-repository ppa:git-core/ppa -y -sudo apt update && sudo apt install -y software-properties-common git +sudo apt update && sudo apt install -y software-properties-common git build-essential sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh sudo usermod -aG docker ubuntu