Skip to content

Commit 12c2623

Browse files
committed
Install ros_gz from package, not from source, remove from .repos
1 parent b3401ee commit 12c2623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pk
128128
&& apt-get -q update \
129129
&& apt-get -y --quiet --no-install-recommends install \
130130
gz-${GZ_VERSION} \
131+
ros-${ROS_DISTRO}-ros-gz${GZ_VERSION} \
131132
&& apt-get autoremove -y \
132133
&& apt-get clean -y \
133134
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)