We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f58a57 + 98c2706 commit f3f7b65Copy full SHA for f3f7b65
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache bash coreutils curl jq
5
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
6
RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz" -O google-cloud-sdk.tar.gz && \
7
tar -xf google-cloud-sdk.tar.gz -C /opt && \
8
- apk add python3 rsync && \
+ apk add python3 rsync zip && \
9
gcloud config set core/disable_usage_reporting true && \
10
gcloud config set component_manager/disable_update_check true && \
11
gcloud components install kubectl && \
0 commit comments