Skip to content

Commit

Permalink
(docker) install ccache before ros
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 8, 2024
1 parent d0119c2 commit 16cfa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/tue-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ RUN --mount=type=ssh,uid=$USER_ID --mount=type=bind,source=installer/bootstrap.b
--targets-repo="${TARGETS_REPO}" && \
# Make tue-env to be available to the environment
source ~/.bashrc && \
# Install target ros
tue-get install ros${ROS_VERSION} --test-depend --branch="$BRANCH" && \
# Install target ccache
tue-get install ccache --test-depend && \
# Install target ros
tue-get install ros${ROS_VERSION} --test-depend --branch="$BRANCH" && \
# Remove temp tue files
(rm -rf /tmp/tue_* > /dev/null || true) && \
# Show ownership of ~/.tue
Expand Down

0 comments on commit 16cfa9b

Please sign in to comment.