From 7d7f101e8fb515b9d433a851beda2160948882ec Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Sun, 22 Dec 2024 19:04:47 +0000 Subject: [PATCH] Reinstall nightly --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 807529d..e023f3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ COPY commands/butler_upload.sh /usr/bin/butler_upload COPY commands/emsdk_install.sh /usr/bin/emsdk_install -RUN rustup component add rust-src --toolchain nightly && \ +RUN rustup install nightly && \ + rustup component add rust-src --toolchain nightly && \ rustup target add wasm32-unknown-emscripten --toolchain nightly RUN chmod +x /usr/bin/godot_* /usr/bin/butler_* -- GitLab