Unverified Commit e8784d19 authored by eszense's avatar eszense Committed by GitHub

[aws-cli] Change dependency from gnupg2 to gpg (#1360)

* [aws-cli] Change dependency from gnupg2 to gpg

Other components of gnupg2 are not necessary for verifying the aws-cli signature.

* version bump

---------
Co-authored-by: 's avatarÁlvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
parent b4002da8
{ {
"id": "aws-cli", "id": "aws-cli",
"version": "1.1.1", "version": "1.1.2",
"name": "AWS CLI", "name": "AWS CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli",
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
......
...@@ -68,7 +68,7 @@ check_packages() { ...@@ -68,7 +68,7 @@ check_packages() {
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
check_packages curl ca-certificates gnupg2 dirmngr unzip bash-completion less check_packages curl ca-certificates gpg dirmngr unzip bash-completion less
verify_aws_cli_gpg_signature() { verify_aws_cli_gpg_signature() {
local filePath=$1 local filePath=$1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment