You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: