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

(cherry picked from commit 7508677)
  • Loading branch information
nvollmar authored and mergify[bot] committed Aug 7, 2024
1 parent 245e133 commit 122faab
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 <maintainers@vyos.net>" \
--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 122faab

Please sign in to comment.