Skip to content

Commit

Permalink
Merge pull request #8 from eye-square/add-aws-cli
Browse files Browse the repository at this point in the history
add aws cli
  • Loading branch information
JohannesMerz authored Sep 21, 2023
2 parents 5f4b347 + d7cdd1b commit 3336471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD true

# base services
RUN apt-get update &&\
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python3-pip git jq
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python3-pip git jq awscli

# node-canvas
RUN apt-get update &&\
Expand Down

0 comments on commit 3336471

Please sign in to comment.