diff --git a/dockerfiles/tue-env.Dockerfile b/dockerfiles/tue-env.Dockerfile index 2e516a37b..5a45aeeb7 100644 --- a/dockerfiles/tue-env.Dockerfile +++ b/dockerfiles/tue-env.Dockerfile @@ -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