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/anaconda/devcontainer-feature.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/anaconda') diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json index d0bc70d..7308699 100644 --- a/src/anaconda/devcontainer-feature.json +++ b/src/anaconda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "anaconda", - "version": "1.0.8", + "version": "1.0.9", "name": "Anaconda", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda", "options": { @@ -16,5 +16,8 @@ "containerEnv": { "CONDA_DIR": "/usr/local/conda", "PATH": "/usr/local/conda/bin:${PATH}" - } + }, + "installsAfter": [ + "ghcr.io/devcontainers/features/common-utils" + ] } -- cgit v1.2.3