diff --git a/deploy/prow/Dockerfile b/deploy/prow/Dockerfile index 5a80817f39..7a99642b02 100644 --- a/deploy/prow/Dockerfile +++ b/deploy/prow/Dockerfile @@ -75,7 +75,7 @@ RUN echo "Installing Packages ..." \ && echo "Ensuring Legacy Iptables ..." \ && update-alternatives --set iptables /usr/sbin/iptables-legacy \ && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy \ - && echo "Ensuring Legacy Iptables ..." \ + && echo "Installing Kubectl ..." \ && curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \ && chmod +x ./kubectl \ && cp kubectl /usr/local/bin