Skip to content

Commit 0fa37bd

Browse files
authored
Merge branch 'main' into SUP-4593-install-aws-ecr-credential-helper
2 parents 306de2b + 6f52df6 commit 0fa37bd

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)