Describe the bug
When trying to build the docker core image, the build fails with the following error:
error: 'rustfmt' is not installed for the toolchain 'nightly-2019-05-20-x86_64-unknown-linux-gnu'
To install, run `rustup component add rustfmt --toolchain nightly-2019-05-20-x86_64-unknown-linux-gnu`
Describe the bug When trying to build the docker
core
image, the build fails with the following error:To Reproduce Steps to reproduce the behavior:
cd enigma-core
docker build --build-arg GIT_BRANCH_CORE=develop --build-arg SGX_MODE=HW --no-cache .
Expected behavior The build should succeed
Backtrace