From c8a76333b9cd45d77aceff358322a0e6a5e4023f Mon Sep 17 00:00:00 2001 From: Troy Benson Date: Mon, 17 Jul 2023 14:35:55 +0000 Subject: [PATCH] feat: add cargo-sweep Cargo Sweep is a tool used to prune `target/` directories of old artifacts and build steps. --- Dockerfile.build | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.build b/Dockerfile.build index 83740d6..300b65f 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -65,6 +65,7 @@ RUN <