We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e4563 commit 4a13acfCopy full SHA for 4a13acf
docs/building.md
@@ -54,7 +54,7 @@ Build the Docker image with
54
```shell
55
# Make sure to run this in the workspace directory
56
# ROS_DISTRO can be humble|iron|rolling
57
-docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev
+docker build -f src/ros2_rust/Dockerfile --build-arg "ROS_DISTRO=humble" -t ros2_rust_dev .
58
```
59
60
and then run it with
0 commit comments