From 273cd3213527360ade3f2a508d6d435b6bb4ab75 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 3 Jan 2021 15:51:05 +0000 Subject: [PATCH] Remove didn't find something in this run, urg Signed-off-by: Olivier --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cd1b81..98ca84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get -qq update && \ # install zola from source, then remove (heavy) cargo temporaries to reduce bloat RUN cargo install --git https://bics.ga/reivilibre/mirror-zola.git --rev fce3e4b8a0d04067e4ffc063572872e912dec5dd && \ - rm -r /usr/local/cargo/{registry,git,.package-cache} + rm -r /usr/local/cargo/registry && \ + rm -r /usr/local/cargo/git # Done?