docker-elixir
docker-elixir copied to clipboard
PROPOSAL: Add git to alpine image
I recently updated a dependency in a project to pull from a git repo. Mix deps.get failed to pull as git wasn't found in the image PATH.
I propose adding git to the alpine image to allow mix to compile git repositories.