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 \
|
RUN for bin in /root/.krew/bin/*; do \
|
||||||
mv $(readlink $bin) /usr/local/bin/$(basename $bin); \
|
mv $(readlink $bin) /usr/local/bin/$(basename $bin); \
|
||||||
done
|
done
|
||||||
|
RUN rm -rf /root/.krew
|
||||||
|
|
||||||
RUN ln -fs /bin/sh /usr/bin/sh && \
|
RUN ln -fs /bin/sh /usr/bin/sh && \
|
||||||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
|
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
|
||||||
|
|
Loading…
Reference in a new issue