From 65ce9f66caaa65583114f01485be0d3399f6453f Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 10 Oct 2022 13:46:23 +0200 Subject: [PATCH] Install with --offline. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3d20e58..21a0386 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 --path . +RUN cargo install --offline --path . # Copy the executable to a smaller final image. FROM debian:bullseye-slim