chore: cleanup krew
This commit is contained in:
parent
cb3f637350
commit
5e4c034901
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue