Skip to content

Commit

Permalink
podman: T6598: add libgpgme11 runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jul 26, 2024
1 parent c00e0e1 commit a7d0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/podman/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ fpm --input-type dir --output-type deb --name podman \
--version $VERSION --deb-compression gz \
--maintainer "VyOS Package Maintainers <[email protected]>" \
--description "Engine to run OCI-based containers in Pods" \
--depends conmon --depends crun --depends netavark \
--depends conmon --depends crun --depends netavark --depends libgpgme11 \
--license "Apache License 2.0" -C podman-v$VERSION --package ..

0 comments on commit a7d0c7b

Please sign in to comment.