Skip to content

Commit

Permalink
Fixed DockerFile build warning (ros-navigation#4462)
Browse files Browse the repository at this point in the history
Signed-off-by: Jatin Patil <jatinpatil2003@gmail.com>
  • Loading branch information
JatinPatil2003 authored Jun 23, 2024
1 parent e5cc260 commit 9fbae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN mkdir -p $ROOT_SRV

# install demo dependencies
RUN apt-get update && apt-get install -y \
ros-$ROS_DISTRO-rviz2 \
ros-$ROS_DISTRO-rviz2

# install gzweb dependacies
RUN apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 9fbae3e

Please sign in to comment.