Skip to content

Commit

Permalink
Add missing package urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adel Abdelhak committed May 25, 2021
1 parent 4246d41 commit 544f3a9
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 @@ -31,7 +31,7 @@ RUN sudo apk update && \
sudo apk add bash curl ca-certificates unzip git expect tini apache2-utils bison flex gettext

# aws-cli
RUN sudo apk add --update --no-cache add groff less python3 py3-pip build-base && \
RUN sudo apk add --update --no-cache add groff less python3 py3-pip python3-dev build-base && \
sudo ln -sf python3 /usr/bin/python && \
python3 -m ensurepip && \
sudo pip3 install --no-cache --upgrade pip awscli==$AWSCLI_VERSION && \
Expand Down

0 comments on commit 544f3a9

Please sign in to comment.