Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ML1907 committed Dec 19, 2024
1 parent 50ddd1c commit 2bf8c90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ RUN apt-get update -y && apt-get upgrade -y && \
python3-rosdep && \
rm -rf /var/lib/apt/lists/*


# Initialize rosdep for resolving dependencies
RUN rosdep init || echo "rosdep already initialized"
RUN rosdep update --rosdistro $ROSDISTRO

# Create the SVEA workspace
WORKDIR $WORKSPACE

Expand Down

0 comments on commit 2bf8c90

Please sign in to comment.