Skip to content

Commit

Permalink
Update to python 3 in PG 9.6 tools image (kanisterio#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored Jun 16, 2020
1 parent 32e5ed5 commit d92723f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/postgres-tools-9.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ ENV DEBIAN_FRONTEND noninteractive

USER root

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

COPY --from=restic/restic:0.9.5 /usr/bin/restic /usr/local/bin/restic
Expand Down

0 comments on commit d92723f

Please sign in to comment.