Skip to content

Commit

Permalink
podman: T6635: add missing dependency on golang-github-containers-common
Browse files Browse the repository at this point in the history
This is required as the dependency will add /etc/containers/policy.json
  • Loading branch information
nvollmar authored and c-po committed Aug 7, 2024
1 parent 3f84d70 commit 7508677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/podman/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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 libgpgme11 --depends fuse-overlayfs \
--depends conmon --depends crun --depends netavark --depends libgpgme11 \
--depends fuse-overlayfs --depends golang-github-containers-common \
--license "Apache License 2.0" -C podman-v$VERSION --package ..

0 comments on commit 7508677

Please sign in to comment.