bazel-contrib/rules_distroless
Voir sur GitHub`dpkg_status` does not add transitive dependencies
Open
#54 ouverte le 29 mai 2024
feature requesthelp wanted
Métriques du dépôt
- Stars
- (97 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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.