Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 20, 2023
1 parent 4846689 commit 7b51174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN apt update \
RUN apt update \
&& apt upgrade -y \
&& apt install -y cmake curl git python3 python3-distutils python3-pip liboctomap-dev \
python3 -m pip install vcstool -q \
python3 -m pip install colcon-common-extensions -q \
python3 -m pip install rosdep -q \
&& python3 -m pip install vcstool -q \
&& python3 -m pip install colcon-common-extensions -q \
&& python3 -m pip install rosdep -q \
&& rosdep init \
&& rosdep update

Expand Down

0 comments on commit 7b51174

Please sign in to comment.