multistage
This is an example of a multi-stage dockerfile to produce a target image with custom built targets.
Quick start
Build
make
Uninstall
make uninstall
Step-by-step
Setup your workspace
mkdir -p src
cp .rosinstall src/.rosinstall
wstool up -t src
Build the dockerfile
docker build -f Dockerfile -t althack/ros2:crystal-example .