docker-elixir icon indicating copy to clipboard operation
docker-elixir copied to clipboard

PROPOSAL: Add git to alpine image

Open SamuelMTDavies opened this issue 2 years ago • 0 comments

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.

SamuelMTDavies avatar Apr 26 '22 13:04 SamuelMTDavies