Remove didn't find something in this run, urg
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Olivier <tanuki@tanukitsu.net>
This commit is contained in:
Olivier 'reivilibre' 2021-01-03 15:51:05 +00:00
parent 020616de37
commit 273cd32135

View File

@ -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?