We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3401ee commit 12c2623Copy full SHA for 12c2623
.docker/Dockerfile
@@ -128,6 +128,7 @@ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pk
128
&& apt-get -q update \
129
&& apt-get -y --quiet --no-install-recommends install \
130
gz-${GZ_VERSION} \
131
+ ros-${ROS_DISTRO}-ros-gz${GZ_VERSION} \
132
&& apt-get autoremove -y \
133
&& apt-get clean -y \
134
&& rm -rf /var/lib/apt/lists/*
0 commit comments