Fix comment
parent
b2240d1f9e
commit
c21000df36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue