-
Another random question. I have a Windows Docker container that seems to be working. I want to install Java, run jdk-installer.exe /s...immediately exits. I want to install git, run git-for-windows /verysilent..., immediately exits. Run git-for-windows /?, just exits. ???
-
FWIW, I gave up. I switched to a different root container where I could install Chocolatey and then installed all the dependencies I needed in that container. Meh.