aboutsummaryrefslogtreecommitdiff
path: root/src/aws-cli/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/aws-cli/devcontainer-feature.json')
-rw-r--r--src/aws-cli/devcontainer-feature.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json
index 2d353c6..2f4e052 100644
--- a/src/aws-cli/devcontainer-feature.json
+++ b/src/aws-cli/devcontainer-feature.json
@@ -1,5 +1,6 @@
{
"id": "aws-cli",
+ "version": "1.0.0",
"name": "AWS CLI",
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
"options": {
@@ -14,9 +15,5 @@
},
"extensions": [
"AmazonWebServices.aws-toolkit-vscode"
- ],
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file
+ ]
+}