Ekumen-OS / Noah-bot-simulation-ros2

Gazebo-ROS2 based Noah bot simulation
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Install dependencies and build code during docker build #7

Closed tulku closed 1 year ago

tulku commented 1 year ago

Current instructions install dependencies on a running docker container, meaning that the installation needs to be re done each time one is created.

It would be better to install dependencies and build the code during the docker build step. For quick iterations, the local copy can still be mounted on the container when running, and just re-running colcon build inside the container when needed.