Skip to content

Commit

Permalink
Update aws cli version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wajdowicz authored Oct 1, 2020
1 parent 4c8c6b5 commit 89ccdb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/Dockerfile.rox
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ RUN set -ex \

# Install aws cli
RUN set -ex \
&& pip3 install awscli==1.17.16 \
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
&& sudo ./aws/install \
&& aws --version

# Install anchore cli
Expand Down

0 comments on commit 89ccdb6

Please sign in to comment.