Skip to content

Commit

Permalink
#13 no source
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 2, 2022
1 parent e925ee8 commit b49b148
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ RUN npm --version
# Rust and Cargo
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="${PATH}:${HOME}/.cargo/bin"
RUN source "${HOME}/.cargo/env"
RUN rustup toolchain install stable
RUN cargo --version
RUN ${HOME}/.cargo/bin/rustup toolchain install stable

# Clean up
RUN rm -rf /root/.ssh
Expand Down

0 comments on commit b49b148

Please sign in to comment.