devcontainers / devcontainers/images
PATH issue
Open
- Dominant language
- Shell
- Stars
- 2.1k
- Forks
- 963
- Avg merge
- 7h 48m
- Merged PRs (30d)
- 11
Description
I opened a created a new Rust Dev Container but can't open a terminal with bash. I also noticed when I used sh, that a lot of binaries are not on $PATH. So bash fails to load because of this $PATH issue.
I suggest adding `ENV PATH "$PATH:/bin"` to the Dockerfile, but I feel there has to be a way to do this implicitly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.