From bcf55aea1e131c075c3a7e7e9130b5ec3a73ef0c Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 8 Jun 2023 13:41:40 +0200 Subject: [PATCH] Also install with --locked. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2d8af9f..d5d3113 100644 --- a/Containerfile +++ b/Containerfile @@ -18,7 +18,7 @@ COPY node_modules/modern-normalize node_modules/modern-normalize RUN rm target/release/deps/tildes_statistics* # Build the executable with actual source code. -RUN cargo install --offline --path . +RUN cargo install --locked --offline --path . # Copy the executable to a smaller final image. FROM debian:bullseye-slim