GryphonRacingAI / gra

ROS + Docker code for University of Leeds Gryphon Racing AI team 2023-24
4 stars 4 forks source link

Add build.network: host to docker-compose.yml #35

Closed frankplow closed 5 months ago

frankplow commented 5 months ago

This option configures Docker to run the build stage to run using the host network mode. The container is already configured to run using the host network mode via the network_mode option. This fixes issues building the Docker image, particularly with regards to TLS transactions, on all the systems I have access to.

ugsfume commented 5 months ago

Tested this build on my linux machine (x86), works as expected.