feature/multiple-compose #11
|
@ -1,5 +1,8 @@
|
||||||
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge ros-${ROS_DISTRO}-compressed-image-transport ros-${ROS_DISTRO}-rmw-cyclonedds-cpp
|
RUN apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge \
|
||||||
|
ros-${ROS_DISTRO}-ros-gz-image \
|
||||||
|
ros-${ROS_DISTRO}-compressed-image-transport \
|
||||||
|
ros-${ROS_DISTRO}-rmw-cyclonedds-cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue