We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e695 commit 6e02f6aCopy full SHA for 6e02f6a
Dockerfile
@@ -92,6 +92,7 @@ RUN TOOLCHAIN_VERSION="$(grep channel rust-toolchain.toml | awk '{print $3}' | t
92
--default-toolchain "${TOOLCHAIN_VERSION}" \
93
--target wasm32-unknown-unknown
94
95
+ONBUILD ENV HOME=/root
96
ONBUILD ENV CARGO_HOME=$HOME/.cargo
97
98
# Install protoc - protobuf compiler
0 commit comments