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 2041301 commit 72d33ecCopy full SHA for 72d33ec
1 file changed
.docker/Dockerfile
@@ -144,12 +144,10 @@ ENV DEBIAN_FRONTEND=noninteractive
144
ENV USER_WORKSPACE=/home/$USERNAME/ws_dock
145
WORKDIR $USER_WORKSPACE
146
147
-# Install Gazebo and RViz
+# Install RViz
148
RUN sudo apt-get update \
149
&& sudo apt-get -q -y upgrade \
150
- && curl -sSL http://get.gazebosim.org | sh \
151
&& sudo apt-get -q install --no-install-recommends -y \
152
- ros-$ROS_DISTRO-gazebo* \
153
ros-$ROS_DISTRO-rviz \
154
&& sudo apt-get autoremove -y \
155
&& sudo apt-get clean -y \
0 commit comments