Skip to content

Commit

Permalink
fix(dockerfille): google-cloud-sdk renamed google-cloud-cli. (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeld authored Mar 7, 2024
1 parent 5022c25 commit 5cf735b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN apt-get update \
RUN apt-get install -y --no-install-recommends \
lsb-release gnupg curl && \
CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
echo "deb https://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | tee -a /etc/apt/sources.list.d/google-cloud-cli.list && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
apt-get update -y && apt-get install google-cloud-sdk -y && apt-get install google-cloud-sdk-gke-gcloud-auth-plugin && \
apt-get update -y && apt-get install google-cloud-cli -y && apt-get install google-cloud-cli-gke-gcloud-auth-plugin && \
apt-get remove -y lsb-release gnupg

RUN apt-get autoremove -yqq --purge && \
Expand Down

0 comments on commit 5cf735b

Please sign in to comment.