From 5e4c0349019a3575eaf3f419173fc192ca865146 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Tue, 15 Oct 2024 22:48:52 +0200 Subject: [PATCH] chore: cleanup krew --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index b4a5d51..785dab2 100644 --- a/Containerfile +++ b/Containerfile @@ -24,6 +24,7 @@ RUN rm /krew-plugins RUN for bin in /root/.krew/bin/*; do \ mv $(readlink $bin) /usr/local/bin/$(basename $bin); \ done +RUN rm -rf /root/.krew RUN ln -fs /bin/sh /usr/bin/sh && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \