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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json
index af28717..2e09d77 100644
--- a/src/aws-cli/devcontainer-feature.json
+++ b/src/aws-cli/devcontainer-feature.json
@@ -20,5 +20,8 @@
"AmazonWebServices.aws-toolkit-vscode"
]
}
- }
+ },
+ "installsAfter": [
+ "ghcr.io/devcontainers/features/common-utils"
+ ]
}