1
0
Fork 0

add curly brackets

Hanjo Meinhardt 6 years ago
parent 8577c014ef
commit 3bd9a282e4

@ -5,5 +5,6 @@ RUN apk add -U --no-cache openssl
# download and install kubectl
ARG KUBECTL_VERSION=v9.0.10
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl" -o /usr/bin/kubectl \
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl -o /usr/bin/kubectl \
&& chmod +x /usr/bin/kubectl \