From d683bdc4f88896a2b19d3d2fd8bbcbc7f476b9fa Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 9 Feb 2018 23:08:53 +0000 Subject: [PATCH] Run update.sh --- ros/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros/README.md b/ros/README.md index 793300ea7..dc8878ba9 100644 --- a/ros/README.md +++ b/ros/README.md @@ -138,7 +138,7 @@ If we want our all ROS nodes to easily talk to each other, we'll can use a virtu ```dockerfile FROM ros:indigo-ros-base # install ros tutorials packages -RUN apt-get update && apt-get install -y +RUN apt-get update && apt-get install -y \ ros-indigo-ros-tutorials \ ros-indigo-common-tutorials \ && rm -rf /var/lib/apt/lists/