Skip to content

Commit

Permalink
Add AWS cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 10, 2024
1 parent 510b14c commit 357941f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
python3-psycopg2 \
postgresql-client \
skopeo \
awscli \
&& apt -y clean \
&& rm -rf /var/lib/apt/lists/* \
&& python3 -m pip install pg-activity
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ A container image with useful tools to automate deployments.
- [unison](https://github.com/bcpierce00/unison)
- [rclone](https://rclone.org)
- [skopeo](https://github.com/containers/skopeo)
- [aws](https://docs.aws.amazon.com/cli/)

It is based on Ubuntu 22.04, but don't rely on it and if you do, be
extra sure to pin a tag.
Expand Down

0 comments on commit 357941f

Please sign in to comment.