Skip to content

Error with gnupg #274

@alexgugnin

Description

@alexgugnin

While using oda-bot, during building stage kaniko repeatedly complaint on absence of candidate for installing gnupg. I assume, that this error comes from apt-get clean right after apt-get update && apt-get install -y git curl wget build-essential . For me, changing apt installation process just by adding gnupg worked just well:

apt-get update && apt-get install -y git curl wget build-essential gnupg &&
apt-get clean &&
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions