Skip to content

Commit

Permalink
Add the pinentry package
Browse files Browse the repository at this point in the history
fixes: pulp#519
git-hyagi committed Jun 30, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 8b3c26f commit 58cab9e
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/519.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed the `No pinentry` error when configuring signed services.
1 change: 1 addition & 0 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ RUN dnf -y install python38 python38-cryptography python38-devel && \
dnf -y install podman && \
dnf -y install sudo && \
dnf -y install zstd && \
dnf -y install pinentry && \
dnf clean all

# Needed to prevent the wrong version of cryptography from being installed,

0 comments on commit 58cab9e

Please sign in to comment.