aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda/feature.json')
-rw-r--r--src/anaconda/feature.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/anaconda/feature.json b/src/anaconda/feature.json
deleted file mode 100644
index f733b63..0000000
--- a/src/anaconda/feature.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "id": "anaconda",
- "name": "Anaconda",
- "options": {
- "version": {
- "type": "string",
- "proposals": [
- "latest"
- ],
- "default": "latest",
- "description": "Select or enter an anaconda version."
- }
- },
- "containerEnv": {
- "CONDA_DIR": "/usr/local/conda",
- "PATH": "${CONDA_DIR}/bin:${PATH}"
- },
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file