Update Dockerfile
This commit is contained in:
parent
cf63086f47
commit
0352f0c8a3
@ -29,7 +29,7 @@ RUN node -v
|
|||||||
|
|
||||||
# Get Rust
|
# Get Rust
|
||||||
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
|
||||||
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
|
ENV PATH="/root/.cargo/bin:${PATH}"
|
||||||
|
|
||||||
# Get tauri
|
# Get tauri
|
||||||
RUN cargo install tauri-cli
|
RUN cargo install tauri-cli
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user