aboutsummaryrefslogtreecommitdiff
path: root/src/conda
diff options
context:
space:
mode:
Diffstat (limited to 'src/conda')
-rw-r--r--src/conda/devcontainer-feature.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json
index 2c9c769..da4c674 100644
--- a/src/conda/devcontainer-feature.json
+++ b/src/conda/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "conda",
- "version": "1.0.4",
+ "version": "1.0.5",
"name": "Conda",
"description": "A cross-platform, language-agnostic binary package manager",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",
@@ -25,5 +25,8 @@
"CONDA_DIR": "/opt/conda",
"CONDA_SCRIPT":"/opt/conda/etc/profile.d/conda.sh",
"PATH": "/opt/conda/bin:${PATH}"
- }
+ },
+ "installsAfter": [
+ "ghcr.io/devcontainers/features/common-utils"
+ ]
}