Skip to content

Commit

Permalink
Add missing package urllib3 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakelead committed May 25, 2021
1 parent e578b11 commit 2a43ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN sudo apk update && \

# aws-cli
RUN sudo apk -Uuv add groff less python3 python3-dev py3-pip build-base && \
sudo pip3 install awscli==$AWSCLI_VERSION && \
sudo pip3 install awscli==$AWSCLI_VERSION urllib3 && \
sudo apk --purge -v del py3-pip && \
sudo rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 2a43ac4

Please sign in to comment.