Update Dockerfile to be less painful; Set JABY_ENGINE_PATH automatically

This commit is contained in:
Jaby
2025-01-02 21:42:31 +01:00
committed by Jaby
parent 22c224f6c1
commit b3e0256b7f
6 changed files with 32 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
echo "<<< Install Rust prerequisites >>>"
apt install -y curl
echo "<<< Install Rust >>>"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"