diff --git a/Dockerfile b/Dockerfile index abb4352b133e..c4d222d77812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y ca-certificates git curl gnupg && \ apt-get update && \ apt-get install -y --no-install-recommends \ google-cloud-cli \ - google-cloud-sdk-gke-gcloud-auth-plugin && \ + google-cloud-cli-gke-gcloud-auth-plugin && \ rm -rf /var/lib/apt/lists/* COPY rill /usr/local/bin