Skip to content

Conversation

Lambourl
Copy link
Contributor

The purpose of this PR is to install Git only if it is not already installed on Docker. If Git has already been compiled by a user, we do not want to replace it.

Copy link
Contributor

@daminetreg daminetreg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looking almost good on ubuntu you are not using the cli friendly apt-get command anymore for git.



if should_install git; then
apt install -y git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apt-get install

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Lambourl Lambourl force-pushed the feature/install-git-if-need-it branch 2 times, most recently from 32aae85 to ce85749 Compare October 14, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants