batonogov/docker-pyinstaller

Add git

Opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
I have a use case where I need to install some dependencies with pip install git+... in my Gitlab CI that uses this image. However, git is not installed (I believe a windows version of git would have to be available in order to make it to work, since I want to run pyinstaller to generate a windows executable).

Describe the solution you'd like
I have tried to install git with wine by mimicking more or less the commands available in the dockerfile, but I don't understand enough to make it work.

Thank you for this image, really appreciated. I believe that having git available would be very nice since pyinstaller requires all dependencies to be available before running (and these might come from other sources not available directly through pip install).

Message that will be displayed on users' first issue

Thank you for your issue.

Do you have an example of how you tried to do this?