Skip to content

Commit

Permalink
Add py-pip library (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
akankshakumari393 committed Jul 1, 2021
1 parent 776b4c5 commit 2b3142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive

USER root

RUN apk -v --update add --no-cache curl python3 groff less jq && \
RUN apk -v --update add --no-cache curl python3 groff less jq py-pip && \
pip3 install --upgrade pip && \
pip3 install --upgrade awscli && \
rm -f /var/cache/apk/*
Expand Down

0 comments on commit 2b3142f

Please sign in to comment.