From 67b15cae1208563d5a2800777c34fe13bc71e181 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 18 Oct 2022 16:30:56 -0700 Subject: add installsAfter: common-utils to all Features (#214) --- src/kubectl-helm-minikube/devcontainer-feature.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/kubectl-helm-minikube') diff --git a/src/kubectl-helm-minikube/devcontainer-feature.json b/src/kubectl-helm-minikube/devcontainer-feature.json index 19a665a..a1fabef 100644 --- a/src/kubectl-helm-minikube/devcontainer-feature.json +++ b/src/kubectl-helm-minikube/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "kubectl-helm-minikube", - "version": "1.0.4", + "version": "1.0.5", "name": "Kubectl, Helm, and Minkube", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube", "description": "Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.", @@ -47,5 +47,8 @@ "target": "/home/vscode/.minikube", "type": "volume" } + ], + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" ] } -- cgit v1.2.3