aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda/devcontainer-feature.json')
-rw-r--r--src/anaconda/devcontainer-feature.json7
1 files changed, 5 insertions, 2 deletions
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"
+ ]
}