diff --git a/BUILD b/BUILD index 60ed992c4..de410b008 100644 --- a/BUILD +++ b/BUILD @@ -21,6 +21,9 @@ go_path( mode = "link", deps = [ "//runsc", + + # Packages that are not dependencies of //runsc. + "//pkg/tcpip/link/channel", ], )