lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 312 forks source link

Install `git` again after erroneously removing it #97

Closed ksassnowski closed 2 years ago

ksassnowski commented 2 years ago

95 accidentally removed git from the installed dependencies which causes the git command to no longer exist inside the container. This PR ensures that git gets installed again.

I didn't notice this while testing as our pipeline doesn't depend on the git command 😞

Should close #96

L00Cyph3r commented 2 years ago

Same goes for phpcs, and probably other tools.

lorisleiva commented 2 years ago

Thanks!