Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Jun 19, 2024
1 parent 435d767 commit a83ccc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o

# Install and configure ROS infrastructure tools
RUN apt update \
&& apt install python3-vcstool python3-colcon-common-extensions python3-rosdep
&& apt install python3-vcstool python3-colcon-common-extensions python3-rosdep \
&& rosdep init \
&& rosdep update

Expand Down

0 comments on commit a83ccc5

Please sign in to comment.