summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bazel.mk b/tools/bazel.mk
index 9f4a40669..fa86bd8ec 100644
--- a/tools/bazel.mk
+++ b/tools/bazel.mk
@@ -70,6 +70,7 @@ bazel-server-start: load-default ## Starts the bazel server.
-v "$(CURDIR):$(CURDIR)" \
--workdir "$(CURDIR)" \
--entrypoint "" \
+ --network=host \
$(FULL_DOCKER_RUN_OPTIONS) \
gvisor.dev/images/default \
sh -c "groupadd --gid $(GID) --non-unique $(USER) && \