Skip to content

Commit 6e02f6a

Browse files
committed
build: set HOME variable
1 parent 113e695 commit 6e02f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ RUN TOOLCHAIN_VERSION="$(grep channel rust-toolchain.toml | awk '{print $3}' | t
9292
--default-toolchain "${TOOLCHAIN_VERSION}" \
9393
--target wasm32-unknown-unknown
9494
95+
ONBUILD ENV HOME=/root
9596
ONBUILD ENV CARGO_HOME=$HOME/.cargo
9697
9798
# Install protoc - protobuf compiler

0 commit comments

Comments
 (0)