diff --git a/.github/.devcontainer/Containerfile b/.github/.devcontainer/Containerfile index ae8e63a..f377404 100644 --- a/.github/.devcontainer/Containerfile +++ b/.github/.devcontainer/Containerfile @@ -131,7 +131,8 @@ RUN apt-get update && \ temurin-${JAVA_VERSION}-jre \ postgresql-client \ tofu \ - google-cloud-cli && \ + google-cloud-cli \ + google-cloud-cli-gke-gcloud-auth-plugin && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*