From a5f693ee988dd3f27db0fc6a95664328ae98153f Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Sun, 22 Dec 2024 19:13:07 +0000 Subject: [PATCH] Remove reinstall of nightly after switching to rustbuilder --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13870c6..591e723 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,5 @@ ENV PATH="${EMSDK}:${EMSDK}/upstream/emscripten:${PATH}" USER rustbuilder -RUN rustup install nightly && \ - rustup component add rust-src --toolchain nightly && \ +RUN rustup component add rust-src --toolchain nightly && \ rustup target add wasm32-unknown-emscripten --toolchain nightly \ No newline at end of file -- GitLab