We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2c68 commit 810f710Copy full SHA for 810f710
‎Dockerfile‎
@@ -20,7 +20,9 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
20
gcloud components install alpha && \
21
gcloud components install gke-gcloud-auth-plugin && \
22
gcloud components update && \
23
- rm google-cloud-sdk.tar.gz
+ rm -rf $(find /opt/google-cloud-sdk/ -regex ".*/__pycache__") && \
24
+ rm -rf /opt/google-cloud-sdk/.install/.backup && \
25
+ google-cloud-sdk.tar.gz
26
27
RUN wget -q https://get.helm.sh/helm-v3.5.3-linux-amd64.tar.gz -O helm.tar.gz && \
28
tar xf helm.tar.gz && \
0 commit comments