Sorry but I'm not sure this is the right repo to file this against. If there's a better repo let me know. **Describe the bug** A Docker container run via Github Actions has the `LD_LIBRARY_PATH` modified and that causes issues. For example, cloning a git repo with an https url causes libcurl related errors. **To Reproduce** Git clone with an https url in a Docker container run from a Github Action. **Expected behavior** I expect LD_LIBRARY_PATH to not be modified, or for that to be explained somewhere, but I haven't been able to find it. ## Runner Version and Platform Version of your runner? It's hosted on Github Actions, not sure. OS of the machine running the runner? Linux ## What's not working? Git clone for https urls doesn't work, exits with error. ## Job Log Output > /usr/local/libexec/git-core/git-remote-https: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory https://github.com/polm/fugashi/runs/1291141895?check_suite_focus=true