diff options
Diffstat (limited to 'src/aws-cli/README.md')
-rw-r--r-- | src/aws-cli/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md index 00b8cd5..40cc4ae 100644 --- a/src/aws-cli/README.md +++ b/src/aws-cli/README.md @@ -19,6 +19,13 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst. +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |