We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 306de2b + 6f52df6 commit 0fa37bdCopy full SHA for 0fa37bd
packer/linux/scripts/install-utils.sh
@@ -40,6 +40,11 @@ sudo dnf install -yq \
40
41
sudo dnf -yq groupinstall "Development Tools"
42
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
+
48
sudo systemctl enable --now amazon-ssm-agent
49
sudo systemctl enable --now rsyslog
50
0 commit comments