Skip to content

Commit

Permalink
add docker file PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Mar 24, 2023
1 parent 13522f9 commit 64f02a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN apt-get update -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN wget -nv -O - https://sh.rustup.rs | sh -s -- -y
RUN make
ENV PATH="/root/.cargo/bin:${PATH}"
RUN wget -nv -O - https://sh.rustup.rs | sh -s -- -y
RUN PATH="$HOME/.cargo/bin:${PATH}" make

ENTRYPOINT ["/bin/bash"]

0 comments on commit 64f02a3

Please sign in to comment.