Fixed path
This commit is contained in:
parent
3427fc2b26
commit
5d4029c8b6
2 changed files with 12 additions and 4 deletions
|
@ -9,4 +9,6 @@ RUN dnf install -y dpkg
|
|||
RUN dnf install -y rust cargo
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
ENV PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
CMD [ "/bin/bash" ]
|
Loading…
Add table
Add a link
Reference in a new issue