chore: cleanup krew

This commit is contained in:
Bastien Riviere 2024-10-15 22:48:52 +02:00
parent cb3f637350
commit 5e4c034901
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -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 && \