FROM osrf/ros:jazzy-desktop-full RUN apt-get update RUN apt-get install qterminal mesa-utils -y COPY --from=git.spirirobotics.com/spiri/gazebo-resources:main /plugins /ardupilot_gazebo/plugins COPY --from=git.spirirobotics.com/spiri/gazebo-resources:main /models /ardupilot_gazebo/models COPY --from=git.spirirobotics.com/spiri/gazebo-resources:main /worlds /ardupilot_gazebo/worlds ENV GZ_SIM_SYSTEM_PLUGIN_PATH=/ardupilot_gazebo/plugins ENV GZ_SIM_RESOURCE_PATH=/ardupilot_gazebo/models:/ardupilot_gazebo/worlds COPY ./spawn_drones.sh /spawn_drones.sh RUN chmod +x /spawn_drones.sh COPY ./launcher.py /launcher.py CMD python3 /launcher.py