diff --git a/kokoro/testutils/run_command.sh b/kokoro/testutils/run_command.sh index 84c85cb..a7cf2a2 100755 --- a/kokoro/testutils/run_command.sh +++ b/kokoro/testutils/run_command.sh @@ -85,6 +85,7 @@ main() { time docker pull "${CONTAINER_IMAGE_NAME}" local docker_opts=( + --network="host" --mount type=bind,src="${path_to_mount}",dst=/deps --workdir=/deps/"${library_to_test}" --rm