Skip to content

Commit 10b6ab5

Browse files
committed
Fixed typo in docs
1 parent 5bfdd91 commit 10b6ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/setup_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker build -t rai:humble --build-arg ROS_DISTRO=humble --build-arg DEPENDENCIE
3333
Core dependencies only:
3434

3535
```bash
36-
docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy --build-arg DEPENDENCIES=all_groups -f docker/Dockerfile .
36+
docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy -f docker/Dockerfile .
3737
```
3838

3939
All dependencies:

0 commit comments

Comments
 (0)