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 34904ef commit 4846689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt update \

# Install dependencies
RUN apt update \
apt upgrade -y \
apt install -y cmake curl git python3 python3-distutils python3-pip liboctomap-dev \
&& 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 \
Expand Down

0 comments on commit 4846689

Please sign in to comment.