Run update.sh

This commit is contained in:
Docker Library Bot 2018-02-09 23:08:53 +00:00
parent ac310efb01
commit d683bdc4f8
1 changed files with 1 additions and 1 deletions

View File

@ -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/