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 5ee57af commit ed49c9fCopy full SHA for ed49c9f
1 file changed
Dockerfile
@@ -13,8 +13,7 @@ RUN sudo apt-get install vim
13
14
# Add gcloud CLI
15
RUN curl -sSL https://sdk.cloud.google.com | bash \
16
- && rm -r /home/circleci/google-cloud-sdk/.install/.backup/ \
17
- && /home/circleci/google-cloud-sdk/bin/gcloud components update --version 251.0.0 --quiet # rsync fails with gsutil 4.39
+ && rm -r /home/circleci/google-cloud-sdk/.install/.backup/
18
ENV PATH $PATH:/home/circleci/google-cloud-sdk/bin/
19
20
# Add kubectl
0 commit comments