`docker build` supports `--network` option (note, this is different from `docker run`'s `--net` option). Request extending docker-compose yaml spec to include the following: ```yaml build: context: . network: host ``` Thanks.
docker buildsupports--networkoption (note, this is different fromdocker run's--netoption).Request extending docker-compose yaml spec to include the following:
Thanks.