moodlehq / moodle-php-apache

PHP + Apache docker images for Moodle development
61 stars 68 forks source link

Finally add git to the PHP image (71-buster) #113

Closed stronk7 closed 4 years ago

stronk7 commented 4 years ago

Apart from other uses, we need it because we are using composer with vcs-repo to be able to use own instaclick, instead of getting everything from packagist.

That hits Github's API limits and required OAuth tokens or similar, easy to add locally, but not in CI envs like travis. So, only solution is to make the php containers able to use the git alternative.

Apart from that, of course, having git within the images enables some more dev workflows and really doesn't weights much.