Compare commits
No commits in common. "5e4c0349019a3575eaf3f419173fc192ca865146" and "0e8cf5c63aba7f6cf15814a195d9c9f53f2bbaa8" have entirely different histories.
5e4c034901
...
0e8cf5c63a
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ RUN mv /root/go/bin/* /usr/local/bin/
|
|||
COPY krew-plugins /
|
||||
RUN grep -v '^#' /krew-plugins | xargs -n1 kubectl krew install
|
||||
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 mv /root/.krew/bin/* /usr/local/bin/
|
||||
|
||||
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