Skip to content

Commit

Permalink
Edit caching error message
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwp18 committed Feb 17, 2024
1 parent b88d37a commit 8b05ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ARG EXPECTED_OUTPUT="All system dependencies have been satisfied"

# Checks that all rosdeps are installed.
RUN if [[ $(rosdep check -r --from-paths src --ignore-src) != "${EXPECTED_OUTPUT}" ]]; \
then echo "ROS deps not all installed. Trying adding another layer to COPY instruction for ROS deps."; \
then echo "ROS deps not all installed. Try adding another /* directory layer to the COPY instruction labeled 'Copies in ROS deps'."; \
rosdep check -r --from-paths src --ignore-src; \
exit 1; \
fi
Expand Down

0 comments on commit 8b05ca5

Please sign in to comment.