- Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
dockerIssue involves the AWS CLI Docker container imageIssue involves the AWS CLI Docker container imagefeature-requestA feature should be added or improved.A feature should be added or improved.installationp2This is a standard priority issueThis is a standard priority issuev2
Description
docker run -it --rm docker:latest sh wget "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -O "awscliv2.zip" # curl not installed unzip awscliv2.zip ./aws/install # sudo not install Errors with:
/ # ./aws/install ./aws/install: line 78: /aws/dist/aws2: not found You can now run: /usr/local/bin/aws2 --version / # aws2 sh: aws2: not found bushong1, kirbyjs, mhenrixon, tarsillon1, monken and 114 more
Metadata
Metadata
Assignees
Labels
dockerIssue involves the AWS CLI Docker container imageIssue involves the AWS CLI Docker container imagefeature-requestA feature should be added or improved.A feature should be added or improved.installationp2This is a standard priority issueThis is a standard priority issuev2