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