Skip to content

Commit

Permalink
HOME is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Sep 10, 2024
1 parent 96c07f2 commit 92ec005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ EOF
FROM tools-env AS rust-env
ENV RUSTUP_VERSION=1.27.1
ENV RUST_TOOLCHAIN_VERSION=1.80.1
ENV CARGO_HOME=${HOME}/.cargo
ENV CARGO_HOME=/opt/.cargo
ENV PATH=${CARGO_HOME}/bin:${PATH}

RUN cd && \
Expand Down

0 comments on commit 92ec005

Please sign in to comment.