Skip to content

Commit

Permalink
(docker) install optional git target
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 8, 2024
1 parent bab3f16 commit 7fdd991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/tue-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ 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 optional git target
{ tue-get install git --test-depend || true; } && \
# Install target ccache
tue-get install ccache --test-depend && \
# Install target ros
Expand Down

0 comments on commit 7fdd991

Please sign in to comment.