JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Install latest stable Git version #18

Closed stayclassychicago closed 6 years ago

stayclassychicago commented 6 years ago

Update Dockerfile with Git apt-repository PPA, provides the latest stable upstream Git version.

Instructions per: https://git-scm.com/download/linux

This ensures the Git package contained in jetbrains/teamcity-docker-agent is the latest/stable installation; avoiding users/clients to each maintain an essential package which is out-of-date.

VladRassokhin commented 6 years ago

Thank you for contribution, I've merged it manually with little amendment.