Ensure global tools dir is on the PATH
Open
area-dockerfiles
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
https://github.com/dotnet/cli/issues/9208
After installation of global tools, you need to restart session to let its dir be on PATH. However, in docker image. This should be exported to PATH beforehand. Or the docker user has to restart the session which could lose state.
Contributor guide
Assessment
This issue has not been assessed yet.