Update Dockerfile

This commit is contained in:
liamf 2025-03-17 21:02:18 -04:00
parent cf63086f47
commit 0352f0c8a3

View File

@ -29,7 +29,7 @@ RUN node -v
# Get Rust
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
RUN cargo install tauri-cli