From 6ac9242d1103620aa6a9c376c1bba0a1c2047ba2 Mon Sep 17 00:00:00 2001 From: Adinata Thayib Date: Wed, 29 Sep 2021 15:01:49 -0700 Subject: [PATCH] allow_files --- docker/util/run.bzl | 1 + 1 file changed, 1 insertion(+) 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,