Skip to content

Commit

Permalink
Add cargo to /etc/environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Aug 26, 2021
1 parent 785ab0f commit 11cc19b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parachain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
rustup toolchain install nightly && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
rustup default stable

RUN echo "PATH=\"\$PATH:/root/.cargo/bin\"" >> /etc/environment

0 comments on commit 11cc19b

Please sign in to comment.