diff options
Diffstat (limited to 'src/anaconda')
-rw-r--r-- | src/anaconda/devcontainer-feature.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json index 0832aa4..98e916c 100644 --- a/src/anaconda/devcontainer-feature.json +++ b/src/anaconda/devcontainer-feature.json @@ -1,5 +1,6 @@ { "id": "anaconda", + "version": "1.0.0", "name": "Anaconda", "options": { "version": { @@ -14,9 +15,5 @@ "containerEnv": { "CONDA_DIR": "/usr/local/conda", "PATH": "${PATH}:${CONDA_DIR}/bin:" - }, - "install": { - "app": "", - "file": "install.sh" } -}
\ No newline at end of file +} |