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).
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).