Skip to content

Commit

Permalink
[#185500801] Upgrading pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
malcgds committed Jul 20, 2023
1 parent 10adad8 commit 173fd1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions awscli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ RUN apk add --no-cache \
less>=590-r0 \
python3~3.10 \
py3-pip~22 \
&& pip3 install --upgrade pip \
awscli==$AWSCLI_VERSION
&& pip3 install \
awscli==$AWSCLI_VERSION \
pyyaml~=6.0 --upgrade

0 comments on commit 173fd1e

Please sign in to comment.