Trying to build 3rd party project with `rust:1.20-stretch` gives this error: ``` error: override toolchain 'stable' is not installed info: caused by: the toolchain file at '/build/rust-toolchain' specifies an uninstalled toolchain ``` Is it possible to ship the `stable` toolchain with those images?