diff --git a/docker/util/run.bzl b/docker/util/run.bzl index 511e26a33..12f706560 100644 --- a/docker/util/run.bzl +++ b/docker/util/run.bzl @@ -115,6 +115,7 @@ _extract_attrs = { "extra_deps": attr.label_list( doc = "Extra dependency to be passed as inputs", mandatory = False, + allow_files = True, ), "image": attr.label( executable = True,