Hello.
For my use case, I need to install a few extra toolchains for cross-compiling.
Trying to call rustup to install the target toochains fails during container build, wether I use rustup
or /usr/local/cargo/bin/rustup
.
I'm starting to suspect that rustup is not installed until after the image has completed building.
Is this correct?
Is there a recommended workaround?