diff --git a/Dockerfile b/Dockerfile index 3e4ad88..c691aae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,8 +95,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ openssh-client \ jq \ zsh \ - gpg \ - gpg-agent \ + gnupg \ # Database clients: postgresql-client \ libmariadb-dev \ diff --git a/tests/specs.yaml b/tests/specs.yaml index 2faf346..710ded1 100644 --- a/tests/specs.yaml +++ b/tests/specs.yaml @@ -22,7 +22,7 @@ commandTests: - name: "gpg is installed in path" command: "gpg" args: ["--version"] - expectedOutput: ["gpg (GnuPG)"] + expectedOutput: ["gpg"] - name: "uv is installed in path" command: "uv"