diff --git a/build/root/BUILD.root b/build/root/BUILD.root index f55ca3b688..41b76e68ba 100644 --- a/build/root/BUILD.root +++ b/build/root/BUILD.root @@ -110,11 +110,16 @@ genrule( platform( name = "rbe_with_network", parents = ["@rbe_default//config:platform"], + # https://cloud.google.com/remote-build-execution/docs/remote-execution-environment#remote_execution_properties remote_execution_properties = """ properties: { name: "dockerNetwork" value: "standard" } + properties: { + name: "dockerPrivileged" + value: "true" + } {PARENT_REMOTE_EXECUTION_PROPERTIES} """, )