Skip to content

Commit

Permalink
Fix src folder to use full repo name
Browse files Browse the repository at this point in the history
for self constancy with dev container config
and with CI images
  • Loading branch information
ruffsl committed Jul 10, 2024
1 parent 75b849b commit 090be7f
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 @@ -49,7 +49,7 @@ RUN rosdep update \
FROM baser AS cacher

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

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN dep_types=(\
Expand Down

0 comments on commit 090be7f

Please sign in to comment.