Skip to content

Commit

Permalink
Remove clone step using vcstool
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jul 6, 2024
1 parent 140d1b3 commit 27e8ceb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ RUN rosdep update \
################################################################################
FROM baser AS cacher

# clone underlay source
COPY ./tools/underlay.repos ./
RUN mkdir src && \
vcs import src < underlay.repos

# copy overlay source
COPY ./ ./src/nav2

Expand Down

0 comments on commit 27e8ceb

Please sign in to comment.