Skip to content

Commit

Permalink
fix docker image when installing rust (apache#7004)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaluisjose authored and trevor-m committed Dec 4, 2020
1 parent 2a13d86 commit df19f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export RUSTUP_HOME=/opt/rust
export CARGO_HOME=/opt/rust
# this rustc is one supported by the installed version of rust-sgx-sdk
curl -s -S -L https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain stable
. $CARGO_HOME/env
export PATH=$CARGO_HOME/bin:$PATH
rustup component add rustfmt

# install wasmtime
Expand Down

0 comments on commit df19f77

Please sign in to comment.