From 9fbae3e66ecc3b7315ca7cbb070468a564f5e111 Mon Sep 17 00:00:00 2001 From: Jatin Patil <89979346+JatinPatil2003@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:57:28 +0530 Subject: [PATCH] Fixed DockerFile build warning (#4462) Signed-off-by: Jatin Patil --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4360541532..1f959ff1f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \