Skip to content

Commit

Permalink
Use gnupg2-full for minimal AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
b4k3r committed Nov 3, 2023
1 parent 947e6b2 commit 016b43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws_minimal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ build {
scripts = [
"shared/scripts/data-directories.sh",
"aws_minimal/scripts/dnf-update.sh",
"aws_minimal/scripts/gnupg.sh",
"aws_minimal/scripts/docker.sh",
"shared/scripts/gvisor.sh",
"aws_minimal/scripts/cloudwatch-agent.sh",
Expand Down
1 change: 1 addition & 0 deletions aws_minimal/scripts/gnupg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sudo dnf swap -y gnupg2-minimal gnupg2-full

0 comments on commit 016b43b

Please sign in to comment.