Skip to content

Commit

Permalink
remove kubectl fake alias
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 3, 2024
1 parent 1229a79 commit ed65a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN echo \
&& echo "---------------------------------------------------------"\
&& ${curl} ${URL} | sudo tar xzvf - --directory /tmp ${NAME} \
&& sudo ${INSTALL} /tmp/${NAME} ${BIN}/${NAME} \
&& sudo ln -s ${BIN}/${NAME} ${BIN}/k \
&& ${dir_clean} \
&& ${TEST} \
&& echo
Expand Down

0 comments on commit ed65a16

Please sign in to comment.