Skip to content

Commit 9b1f899

Browse files
committed
Upgrade gpg in AL2023 to full install
1 parent f6a1148 commit 9b1f899

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)