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
However, in my own computer, which is mac os, I build this project successfully without changing anything. I believe remote virtual machine might encounter this problem.
The text was updated successfully, but these errors were encountered:
As the Dockerfile are executed inside a container, I don't think there are any difference between a mac os and a virtual machine (actually, the docker will run a virtual machine for mac os).
I guess there were some network issues, which cause the rustup script somehow failed to install the rustc, cargo, etc but doesn't return the error. I'm not sure.
I agree that building a docker image has nothing to do with host os, but that's the part that confused me.
I believe the error comes from either a modified centos or a rust installation problem. thanks for replying
I was building the project in ssh connected to a remote virtual machine.
when I execute
make
, the error comes with:I look it up and found this solution works for me: https://stackoverflow.com/questions/49676490/when-installing-rust-toolchain-in-docker-bash-source-command-doesnt-work
I made these changes in
toda/Dockerfile
:sh
tobash
ENV
grammerHowever, in my own computer, which is mac os, I build this project successfully without changing anything. I believe remote virtual machine might encounter this problem.
The text was updated successfully, but these errors were encountered: