feat(devcontainer): add gcloud gke auth plugin

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-08-14 10:34:00 +02:00
parent 1624ccdc2c
commit c32d154b86
+2 -1
View File
@@ -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/*