From 1d3d3435f6573388c4c838c37054acd90ea4e616 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 27 Jun 2023 15:53:05 +0400 Subject: [PATCH] cargo clean after install --- pin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pin/Dockerfile b/pin/Dockerfile index a89108a..4f190f0 100644 --- a/pin/Dockerfile +++ b/pin/Dockerfile @@ -5,7 +5,7 @@ RUN nix-channel --update RUN nix-shell -p bash jq curl xe dig --run exit # Get latest gildlab cli from main -RUN nix-shell -p rustc cargo pkgconfig openssl --run 'cargo install --git https://github.com/gildlab/gildlab-cli --branch main' +RUN nix-shell -p rustc cargo pkgconfig openssl --run 'cargo install --git https://github.com/gildlab/gildlab-cli --branch main && cargo clean' ENV PATH="$PATH:$USER/.cargo/bin" ADD . .