bazel-contrib/rules_distroless
View on GitHub`dpkg_status` does not add transitive dependencies
Open
#54 opened on May 29, 2024
feature requesthelp wanted
Repository metrics
- Stars
- (97 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently there is no transitive dependency resolution of the packages that you provide to the dpkg_status rule. This causes apt to complain about missing dependencies and thinking that the install is broken. It might be possible to work around with a custom rule to resolve transitive deps of the top level packages you want to have installed before passing to dpkg_status, but it feels like this should be default behavior.