Skip to content

Commit 9fbae3e

Browse files
Fixed DockerFile build warning (#4462)
Signed-off-by: Jatin Patil <jatinpatil2003@gmail.com>
1 parent e5cc260 commit 9fbae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ RUN mkdir -p $ROOT_SRV
168168

169169
# install demo dependencies
170170
RUN apt-get update && apt-get install -y \
171-
ros-$ROS_DISTRO-rviz2 \
171+
ros-$ROS_DISTRO-rviz2
172172

173173
# install gzweb dependacies
174174
RUN apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)