Skip to content

Commit

Permalink
fix : Missing dash dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonR99 authored Feb 4, 2024
1 parent 06758b4 commit e60640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt install -y git
USER $USERNAME

# Copy to preload the ros packages
COPY -chown=$USERNAME:$USERNAME ./ /workspace/$USERNAME/
COPY --chown=$USERNAME:$USERNAME ./ /workspace/$USERNAME/

# Rosdep update
RUN rosdep update
Expand Down

0 comments on commit e60640e

Please sign in to comment.