Skip to content

Commit 6f52df6

Browse files
authored
Merge pull request #1562 from buildkite/SUP-4524-linux-full-gpg-install
Upgrade gpg in AL2023 to full install
2 parents f6a1148 + 9b1f899 commit 6f52df6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packer/linux/scripts/install-utils.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ sudo dnf install -yq \
4040

4141
sudo dnf -yq groupinstall "Development Tools"
4242

43+
# Upgrade GPG to full version to support development tools like asdf
44+
# See https://github.com/buildkite/elastic-ci-stack-for-aws/issues/1402
45+
echo "Upgrading GPG from minimum to full version..."
46+
sudo dnf swap -yq gnupg2-minimal gnupg2-full
47+
4348
sudo systemctl enable --now amazon-ssm-agent
4449
sudo systemctl enable --now rsyslog
4550

0 commit comments

Comments
 (0)