From ecf748150e75fee228fdac94d118ee960b64cf40 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sun, 2 Feb 2025 15:47:16 -0500 Subject: [PATCH] Add --locked to cargo-leptos install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc47f9e..5cf5dcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" RUN rustup default nightly RUN rustup target add wasm32-unknown-unknown -RUN cargo install cargo-leptos@0.2.26 +RUN cargo install cargo-leptos@0.2.26 --locked # Install ImageMagick RUN cd / && \