6 lines
138 B
Docker
6 lines
138 B
Docker
|
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge
|
||
|
|