Skip to content

Commit

Permalink
(docker) add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 8, 2024
1 parent 79c39d3 commit acb5d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/tue-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ RUN --mount=type=ssh,uid=$USER_ID --mount=type=bind,source=installer/bootstrap.b
# Restore known_hosts to one provided by the user
RUN mv -f ~/.ssh/known_hosts.bak ~/.ssh/known_hosts

# Remove Git HTTPS token authentication
RUN { [[ -n "$OAUTH2_TOKEN" ]] && git config --global --unset credential.helper; } || exit 0

# ----------------------------------------------------------------
Expand Down

0 comments on commit acb5d4a

Please sign in to comment.