Skip to content

Commit

Permalink
Add the pinentry package
Browse files Browse the repository at this point in the history
fixes: pulp#519
  • Loading branch information
git-hyagi committed Jun 30, 2023
1 parent 8b3c26f commit 58cab9e
Show file tree
Hide file tree
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
Expand Up @@ -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,
Expand Down

0 comments on commit 58cab9e

Please sign in to comment.